MCPcopy Index your code
hub / github.com/CapSoftware/Cap / notificationSettingsUrl

Function notificationSettingsUrl

apps/web/lib/Notification.ts:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17const COMMENT_EMAIL_THROTTLE_MS = 15 * 60 * 1000;
18
19const notificationSettingsUrl = () =>
20 `${serverEnv().WEB_URL}/dashboard/settings/notifications`;
21
22type NotificationSpecificData = DistributiveOmit<
23 Notification,

Callers 2

sendNewCommentEmailFunction · 0.85
sendFirstViewEmailFunction · 0.85

Calls 1

serverEnvFunction · 0.90

Tested by

no test coverage detected