1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: productivity report email (#8574)

This commit is contained in:
Mateusz Kwasniewski 2024-10-29 13:39:57 +01:00 committed by GitHub
parent 28e062b5cf
commit ba4ba85554
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,8 +528,8 @@ export class EmailService {
}
async sendProductivityReportEmail(
userName: string,
userEmail: string,
userName: string,
metrics: {
health: number;
flagsCreated: number;