message:`Your amendment for the ${amendment.report.reportDate.toISOString().split('T')[0]} report was ${dto.decision.toLowerCase()}.${dto.notes?` Notes: ${dto.notes}`:''}`,
actionUrl:'/reports',
entityType:'reportAmendment',
entityId:amendmentId,
});
}catch{/* non-critical */}
this.logger.log(`Amendment ${amendmentId}${dto.decision} by ${currentUser.email}`);