We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
templateData
1 parent 4d91bef commit c93a8e0Copy full SHA for c93a8e0
1 file changed
Servers/services/notificationService.ts
@@ -53,7 +53,7 @@ export class NotificationService {
53
recipientEmail: string,
54
subject: string,
55
templateFileName: string,
56
- templateData: Record<string, any>
+ templateData: Record<string, string>
57
): Promise<void> {
58
logProcessing({
59
description: `Sending email with template: ${templateFileName}`,
0 commit comments