|
@@ -73,6 +73,8 @@ module.exports = (crowi) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
async function resetAllBotSettings() {
|
|
async function resetAllBotSettings() {
|
|
|
|
|
+ await SlackAppIntegration.deleteMany();
|
|
|
|
|
+
|
|
|
const params = {
|
|
const params = {
|
|
|
'slackbot:currentBotType': null,
|
|
'slackbot:currentBotType': null,
|
|
|
'slackbot:signingSecret': null,
|
|
'slackbot:signingSecret': null,
|