Parcourir la source

fix GrantedGroup import

Futa Arai il y a 2 ans
Parent
commit
58079b0333
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';