Skip to content

Commit

Permalink
fix: productivity report email (#8574)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Oct 29, 2024
1 parent 28e062b commit ba4ba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/email-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ export class EmailService {
}

async sendProductivityReportEmail(
userName: string,
userEmail: string,
userName: string,
metrics: {
health: number;
flagsCreated: number;
Expand Down

0 comments on commit ba4ba85

Please sign in to comment.