feat: x provider
This commit is contained in:
parent
f8b4c57124
commit
66c682197d
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue