zahmis 5 лет назад
Родитель
Сommit
fa1a3de6b9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/server/models/index.js

+ 1 - 1
src/server/models/index.js

@@ -18,5 +18,5 @@ module.exports = {
   GlobalNotificationMailSetting: require('./GlobalNotificationSetting/GlobalNotificationMailSetting'),
   GlobalNotificationSlackSetting: require('./GlobalNotificationSetting/GlobalNotificationSlackSetting'),
   ShareLink: require('./share-link'),
-  SlackBotAccessToken: require('./slackbot-access-token'),
+  SlackbotAccessToken: require('./slackbot-access-token'),
 };