This commit is contained in:
2026-09-12 01:44:03 +02:00
parent 3dda406954
commit 155395237b
16 changed files with 1045 additions and 31 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const regen = async (item) => {
};
// Shared NOT IN clause for Flash exclusion
const flashExclude = db`mime NOT IN (${db(FLASH_MIMES)})`;
const flashExclude = db`mime NOT IN ${db(FLASH_MIMES)}`;
try {
let items;