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

Merge pull request #4609 from weseek/fix/notification-branch-lint

Fix/notification branch lint
Shun Miyazawa 4 лет назад
Родитель
Сommit
214a286c91
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/app/src/server/models/comment.js

+ 0 - 2
packages/app/src/server/models/comment.js

@@ -1,5 +1,3 @@
-import { getModelSafely } from '~/server/util/mongoose-utils';
-
 module.exports = function(crowi) {
 module.exports = function(crowi) {
   const debug = require('debug')('growi:models:comment');
   const debug = require('debug')('growi:models:comment');
   const mongoose = require('mongoose');
   const mongoose = require('mongoose');