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

Function reminderMeLaterTask

packages/queue/src/tasks/remind-me-later.ts:10–14  ·  view source on GitHub ↗
(payload: Payload, helpers: any)

Source from the content-addressed store, hash-verified

8}
9
10export async function reminderMeLaterTask(payload: Payload, helpers: any) {
11 const logger = new Logger(helpers.logger);
12
13 await task(payload, logger);
14}
15
16async function task(payload: Payload, logger: Logger) {
17 const { threadId, userId } = payload;

Callers

nothing calls this directly

Calls 1

taskFunction · 0.70

Tested by

no test coverage detected