refactor: group exports by topic for easier understanding

This commit is contained in:
David Germain
2024-06-14 18:07:22 +02:00
parent 5f716b9fba
commit f1821ac13d

View File

@@ -3,8 +3,11 @@ import * as IntegrationsDiscord from './firebase-discord'
import * as IntegrationsPatreon from './patreon'
exports.notifyNewPin = IntegrationsSlack.notifyNewPin
exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo
exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion
exports.notifyPinAccepted = IntegrationsDiscord.notifyPinAccepted
exports.notifyNewHowTo = IntegrationsSlack.notifyNewHowTo
exports.notifyHowToAccepted = IntegrationsDiscord.notifyHowToAccepted
exports.notifyAcceptedQuestion = IntegrationsSlack.notifyAcceptedQuestion
exports.patreonAuth = IntegrationsPatreon.patreonAuth