fix change folder path

This commit is contained in:
Peter Maquiran
2024-08-16 14:21:01 +01:00
parent bec5104ac8
commit 6072a2456b
114 changed files with 419 additions and 540 deletions
@@ -99,6 +99,7 @@ export class DexieRepository<T> {
const document = await this.table.where(filter).first();
return ok(document);
} catch (error) {
console.log(filter)
return err(new Error('Failed to find document: ' + error.message));
}
}