Skip to content

Commit

Permalink
feat: x provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 15, 2024
1 parent f8b4c57 commit 66c6821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { LinkedinPageProvider } from '@gitroom/nestjs-libraries/integrations/soc
import { ThreadsProvider } from '@gitroom/nestjs-libraries/integrations/social/threads.provider';

const socialIntegrationList = [
...(process.env.IS_GENERAL !== 'true' ? [new XProvider()] : []),
new XProvider(),
new LinkedinProvider(),
new LinkedinPageProvider(),
new RedditProvider(),
Expand Down

0 comments on commit 66c6821

Please sign in to comment.