MCPcopy
hub / github.com/simstudioai/sim / buildRenewWatchUrl

Function buildRenewWatchUrl

apps/sim/tools/google_forms/utils.ts:97–101  ·  view source on GitHub ↗
(formId: string, watchId: string)

Source from the content-addressed store, hash-verified

95}
96
97export function buildRenewWatchUrl(formId: string, watchId: string): string {
98 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}/watches/${encodeURIComponent(watchId)}:renew`
99 logger.debug('Built Google Forms renew watch URL', { finalUrl })
100 return finalUrl
101}

Callers 1

renew_watch.tsFile · 0.90

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected