فهرست منبع

refactor: remove unused import of isGlobPatternPath and isCreatablePage

Shun Miyazawa 8 ماه پیش
والد
کامیت
a0ca54ea6e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      apps/app/src/features/openai/server/routes/middlewares/upsert-ai-assistant-validator.ts

+ 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'