Browse Source

clean code

Yuki Takei 1 year ago
parent
commit
3b994f80d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/server/util/granted-group.ts

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

@@ -1,6 +1,6 @@
 import { type IGrantedGroup, GroupType } from '@growi/core';
 
-import { ObjectIdLike } from '../interfaces/mongoose-utils';
+import type { ObjectIdLike } from '../interfaces/mongoose-utils';
 
 export const divideByType = (grantedGroups: IGrantedGroup[] | null): {
   grantedUserGroups: ObjectIdLike[];