Function: findSignalBySourceExternal()
findSignalBySourceExternal(
svc,companyId,source,externalId):Promise<{ } |null>
Defined in: src/db/queries/pipeline.ts:104
Existing signal for the exact same posting (same provider id). Null if this is the first sighting.
Parameters
svc
SupabaseClient
companyId
string
source
string
externalId
string
Returns
Promise<{ } | null>