Sfoglia il codice sorgente

add SlackAppIntegration

Shun Miyazawa 4 anni fa
parent
commit
bd4e1f4a31
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);
 };