Parcourir la source

fix biome error-3

Naoki427 il y a 6 mois
Parent
commit
7274c2fefa

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