mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
code refactoring
This commit is contained in:
@@ -112,7 +112,6 @@ export class DexieRepository<T> {
|
||||
|
||||
async findAll(): Promise<RepositoryResult<T[], T>> {
|
||||
try {
|
||||
console.log(this.table)
|
||||
const documents = await this.table.toArray()
|
||||
return ok(documents);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user