Shun Miyazawa 4 年 前
コミット
c7365538ed
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');