chore: run pretier format across project
- Format TypeScript source files - Format documentation files - Update eslint config formatting
This commit is contained in:
@@ -91,7 +91,7 @@ vi.mock('../../../../src/main/services/erp/erp-auth', () => ({
|
||||
}))
|
||||
|
||||
vi.mock('../../../../src/main/services/database/cleaner-operation-history-dao', () => ({
|
||||
CleanerOperationHistoryDAO: class {
|
||||
CleanerOperationHistoryDAO: class {
|
||||
async getBatchDetails(batchId: string) {
|
||||
return { executions: [{ attemptNumber: 1, isDryRun: false }], orders: [] }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user