Kaynağa Gözat

Merge branch 'feat/124385-126902-make-granted-group-ref-dynamic' into fix-page-model-tests

Futa Arai 2 yıl önce
ebeveyn
işleme
26df35265c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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';