feat: x provider

This commit is contained in:
Nevo David 2024-09-15 19:33:28 +07:00
parent f8b4c57124
commit 66c682197d
1 changed files with 1 additions and 1 deletions

View File

@ -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(),