Skip to content

Commit c93a8e0

Browse files
committed
Update templateData type to ensure all values are strings
1 parent 4d91bef commit c93a8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Servers/services/notificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class NotificationService {
5353
recipientEmail: string,
5454
subject: string,
5555
templateFileName: string,
56-
templateData: Record<string, any>
56+
templateData: Record<string, string>
5757
): Promise<void> {
5858
logProcessing({
5959
description: `Sending email with template: ${templateFileName}`,

0 commit comments

Comments
 (0)