This commit is contained in:
Johannes Zellner
2025-02-07 11:29:20 +01:00
parent e53a35eebf
commit 76cc9614df

View File

@@ -59,7 +59,7 @@ async function onRemove(archive) {
if (!yes) return;
const [error] = await archivesModel.remvove(archive.id);
const [error] = await archivesModel.remove(archive.id);
if (error) return console.error(error);
await refreshArchives();