Skip to main content

Function: updateFollowUpTask()

updateFollowUpTask(svc, companyId, id, patch): Promise<boolean>

Defined in: src/db/queries/pipeline.ts:844

Patch a follow-up task (worklist complete/snooze). Returns false if no row matched the scope.

Parameters

svc

SupabaseClient

companyId

string

id

string

patch

Returns

Promise<boolean>