fix build errors

This commit is contained in:
hay-kot 2021-11-06 15:03:12 -08:00
commit 60275447f0
6 changed files with 6 additions and 6 deletions

View file

@ -11,6 +11,7 @@ const backups = ref<AllBackups>({
function setBackups(newBackups: AllBackups | null) {
if (newBackups) {
// @ts-ignore
set(backups, newBackups);
}
}