ソースを参照

add "crowi" at model

zahmis 4 年 前
コミット
eb20402e63
1 ファイル変更2 行追加0 行削除
  1. 2 0
      packages/app/src/server/models/slack-app-integration.js

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

@@ -12,6 +12,8 @@ const schema = new mongoose.Schema({
 
 class SlackAppIntegration {
 
+  crowi;
+
   static generateAccessTokens() {
     const now = new Date().getTime();
     const hasher1 = crypto.createHash('sha512');