MCPcopy Index your code
hub / github.com/simstudioai/sim / isAlreadyAbsentWebhookMessage

Function isAlreadyAbsentWebhookMessage

apps/sim/lib/webhooks/providers/monday.ts:349–357  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

347}
348
349function isAlreadyAbsentWebhookMessage(message: string): boolean {
350 const normalized = message.toLowerCase()
351 return (
352 normalized.includes('not found') ||
353 normalized.includes('not_found') ||
354 normalized.includes('does not exist') ||
355 normalized.includes('already deleted')
356 )
357}

Callers 1

deleteSubscriptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected