Skip to content

Commit

Permalink
Switching discord bots (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav authored Aug 8, 2023
1 parent d60f92c commit e04bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/integrationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import MemberSyncRemoteRepository from '@/database/repositories/memberSyncRemote
import OrganizationSyncRemoteRepository from '@/database/repositories/organizationSyncRemoteRepository'
import MemberRepository from '@/database/repositories/memberRepository'

const discordToken = DISCORD_CONFIG.token2 || DISCORD_CONFIG.token
const discordToken = DISCORD_CONFIG.token || DISCORD_CONFIG.token2

export default class IntegrationService {
options: IServiceOptions
Expand Down

0 comments on commit e04bea6

Please sign in to comment.