Procházet zdrojové kódy

Merge branch 'fix-page-model-tests' into fix-api-to-use-granted-user-groups

Futa Arai před 2 roky
rodič
revize
c9b54af4d0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      apps/app/src/server/util/granted-group.ts

+ 1 - 1
apps/app/src/server/util/granted-group.ts

@@ -1,4 +1,4 @@
-import { GrantedGroup, GroupType } from '@growi/core';
+import { type GrantedGroup, GroupType } from '@growi/core';
 
 import { ObjectIdLike } from '../interfaces/mongoose-utils';