Browse Source

add SlackAppIntegration

Shun Miyazawa 4 years ago
parent
commit
bd4e1f4a31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/models/slack-app-integration.js

+ 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);
 };