Commit a70f6f2
committed
fix(uploads): restore SUPPORTED_IMAGE_EXTENSIONS import in upload route
Build broke because biome auto-fix collapsed my multi-import edit and
dropped SUPPORTED_IMAGE_EXTENSIONS, which is still referenced for the
generic-MIME image fallback at line 298.1 parent 93b1565 commit a70f6f2
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments