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

Function handleUnsubscribe

apps/sim/app/unsubscribe/unsubscribe.tsx:34–37  ·  view source on GitHub ↗
(type: UnsubscribeType)

Source from the content-addressed store, hash-verified

32 : null
33
34 const handleUnsubscribe = (type: UnsubscribeType) => {
35 if (!email || !token) return
36 unsubscribe.mutate({ email, token, type })
37 }
38
39 if (loading) {
40 return (

Callers 1

UnsubscribeContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected