Переглянути джерело

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

Fix/notification branch lint
Shun Miyazawa 4 роки тому
батько
коміт
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) {
   const debug = require('debug')('growi:models:comment');
   const mongoose = require('mongoose');