Răsfoiți Sursa

fix biome not sorted error

Naoki427 6 luni în urmă
părinte
comite
2149dde2f0

+ 1 - 2
apps/app/src/features/audit-log-bulk-export/server/models/audit-log-bulk-export-job.ts

@@ -1,8 +1,7 @@
 import type { HydratedDocument } from 'mongoose';
 import { type Model, Schema } from 'mongoose';
-
-import { getOrCreateModel } from '~/server/util/mongoose-utils';
 import { AllSupportedActions } from '~/interfaces/activity';
+import { getOrCreateModel } from '~/server/util/mongoose-utils';
 
 import type { IAuditLogBulkExportJob } from '../../interfaces/audit-log-bulk-export';
 import {