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

Function createTypesenseCommunityTypeUpdate

apps/web/queue/jobs.ts:171–178  ·  view source on GitHub ↗
(payload: {
  accountId: string;
})

Source from the content-addressed store, hash-verified

169}
170
171export async function createTypesenseCommunityTypeUpdate(payload: {
172 accountId: string;
173}) {
174 const worker = await WorkerSingleton.getInstance();
175 return await worker.addJob('typesenseOnCommunityTypeUpdate', payload, {
176 maxAttempts: 1,
177 });
178}
179
180export async function createTypesenseOnNewCommunity(payload: {
181 accountId: string;

Callers 1

eventCommunityUpdateFunction · 0.90

Calls 1

getInstanceMethod · 0.80

Tested by

no test coverage detected