Commit a01d896
committed
Fix template literal syntax in thumbnail cleanup
The processThumbnailDeletion function in src/cleanup/processors.ts
had template literals that were incorrectly using double quotes,
preventing interpolation. It also used non-existent variable names
thumbnailUrl and storageUrlBase in error messages, which has been
fixed to use medium.thumbnailUrl and STORAGE_URL_BASE.
Assisted-by: Gemini CLI:gemini-2.0-pro-exp-02-051 parent d509011 commit a01d896
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments