mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix change folder path
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user