Commit 088d1f6
fix: Fix f-string bugs in charging log message
Remove stray `$` before `{subject}` and add missing `f` prefix on the
second line so `{charged_count}` is actually interpolated instead of
rendered as a literal.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 13b1fea commit 088d1f6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
| 282 | + | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments