Просмотр исходного кода

refactor: remove unused import of isGlobPatternPath and isCreatablePage

Shun Miyazawa 8 месяцев назад
Родитель
Сommit
a0ca54ea6e

+ 0 - 1
apps/app/src/features/openai/server/routes/middlewares/upsert-ai-assistant-validator.ts

@@ -1,5 +1,4 @@
 import { GroupType } from '@growi/core';
-// import { isGlobPatternPath, isCreatablePage } from '@growi/core/dist/utils/page-path-utils';
 import { type ValidationChain, body } from 'express-validator';
 import { isCreatablePagePathPattern } from '../../../utils/is-creatable-page-path-pattern'