MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / createIntegrationDiscord

Function createIntegrationDiscord

apps/web/queue/jobs.ts:89–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89export async function createIntegrationDiscord() {
90 const worker = await WorkerSingleton.getInstance();
91 return await worker.addJob(
92 'integration-discord',
93 {},
94 {
95 maxAttempts: 1,
96 }
97 );
98}
99
100export async function createRemoveCommunityJob(accountId: string) {
101 const worker = await WorkerSingleton.getInstance();

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.80

Tested by

no test coverage detected