瀏覽代碼

fix biome error-3

Naoki427 7 月之前
父節點
當前提交
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,