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,