Explorar el Código

fix lint error

Shun Miyazawa hace 10 meses
padre
commit
5cd2402fc5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/remark-attachment-refs/src/server/routes/refs.ts

+ 0 - 2
packages/remark-attachment-refs/src/server/routes/refs.ts

@@ -6,8 +6,6 @@ import { Router } from 'express';
 import type { Model, HydratedDocument } from 'mongoose';
 import mongoose, { model, Types } from 'mongoose';
 import { FilterXSS } from 'xss';
-import {} from '';
-import { SCOPE } from '@growi/core/dist/interfaces';
 
 import loggerFactory from '../../utils/logger';