소스 검색

fix import line

Yuki Takei 1 년 전
부모
커밋
10cd0690e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/server/models/user.js

+ 1 - 1
apps/app/src/server/models/user.js

@@ -1,4 +1,5 @@
 /* eslint-disable no-use-before-define */
+import { omitInsecureAttributes } from '@growi/core/dist/models/serializers';
 import { pagePathUtils } from '@growi/core/dist/utils';
 
 import { i18n } from '^/config/next-i18next.config';
@@ -9,7 +10,6 @@ import loggerFactory from '~/utils/logger';
 import { getModelSafely } from '../util/mongoose-utils';
 
 import { Attachment } from './attachment';
-import { omitInsecureAttributes } from './serializers/user-serializer';
 
 
 const crypto = require('crypto');