This commit is contained in:
Girish Ramakrishnan
2026-02-18 20:20:21 +01:00
parent 03d0e2157e
commit cf0ab16533

View File

@@ -909,7 +909,7 @@ async function del(id) {
];
const results = await database.transaction(queries);
if (results[7].affectedRows !== 1) throw new BoxError(BoxError.NOT_FOUND, 'App not found');
if (results[6].affectedRows !== 1) throw new BoxError(BoxError.NOT_FOUND, 'App not found');
}
async function clear() {