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:
@@ -79,7 +79,7 @@ export async function escalateOverdueCapa(): Promise<{ notified: number }> {
|
||||
if (!ownerEmail) continue
|
||||
|
||||
const incidentRef = capa.incidentRef ?? capa.incidentId
|
||||
const capaUrl = `${siteUrl}/ims/hse/capa/${capa.id}`
|
||||
const capaUrl = `${siteUrl}/hse/capa/${capa.id}`
|
||||
const subject = THRESHOLD_SUBJECT[threshold]
|
||||
const html = `
|
||||
<p>Hi ${ownerName},</p>
|
||||
|
||||
Reference in New Issue
Block a user