Browse Source

add "crowi" at model

zahmis 4 năm trước cách đây
mục cha
commit
eb20402e63
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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');