Explorar o código

reverted unintended changes

sou %!s(int64=7) %!d(string=hai) anos
pai
achega
51b2f1284d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/routes/admin.js

+ 1 - 1
lib/routes/admin.js

@@ -5,7 +5,6 @@ module.exports = function(crowi, app) {
     , fs = require('fs')
     , models = crowi.models
     , Page = models.Page
-    , GlobalNotification = models.GlobalNotification
     , PageGroupRelation = models.PageGroupRelation
     , User = models.User
     , ExternalAccount = models.ExternalAccount
@@ -1131,6 +1130,7 @@ module.exports = function(crowi, app) {
     }, callback);
   }
 
+
   return actions;
 };