فهرست منبع

fix biome not sorted error

Naoki427 6 ماه پیش
والد
کامیت
2149dde2f0
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      apps/app/src/features/audit-log-bulk-export/server/models/audit-log-bulk-export-job.ts

+ 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 {