2
0
Shun Miyazawa 4 жил өмнө
parent
commit
bd4e1f4a31

+ 1 - 0
src/server/models/slack-app-integration.js

@@ -18,5 +18,6 @@ class SlackAppIntegration {
 }
 
 module.exports = function(crowi) {
+  SlackAppIntegration.crowi = crowi;
   return mongoose.model('SlackAppIntegration', schema);
 };