Fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user