npm run format

This commit is contained in:
2025-01-09 16:02:17 +01:00
parent 7b1dcf7ce3
commit fb18841c91
13 changed files with 39 additions and 70 deletions

View File

@ -57,4 +57,4 @@ export class BaseStorage<T extends { id: string }> {
console.error(`Failed to destroy ${this.tableName}:`, error)
}
}
}
}