fix(config): phase 7 follow-up — fix remaining /ims/ occurrences in sw.js, notifications, components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -85,7 +85,7 @@ export async function sendEffectivenessRecheckNotifications(): Promise<{ notifie
|
||||
const incidentRef = capa.incidentRef ?? capa.incidentId
|
||||
const roundLabel = getRoundLabel(round)
|
||||
const capaDesc = capa.description
|
||||
const capaUrl = `${siteUrl}/ims/hse/capa/${capa.id}`
|
||||
const capaUrl = `${siteUrl}/hse/capa/${capa.id}`
|
||||
|
||||
const subject = `[IMS] ${roundLabel} effectiveness check — ${incidentRef}`
|
||||
const html = `
|
||||
|
||||
Reference in New Issue
Block a user