فهرست منبع

fix biome error-3

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

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

@@ -1,6 +1,7 @@
-import type { IUserHasId } from '@growi/core';
 import { createHash } from 'node:crypto';
 
+import type { IUserHasId } from '@growi/core';
+
 import type {
   AuditLogBulkExportFormat,
   IAuditLogBulkExportFilters,