From 9bf39e6b0ca78f2983132c4c70e756cfb14be170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0j=C3=B3n=20Gu=C3=B0j=C3=B3nsson?= Date: Thu, 24 Oct 2024 21:38:47 +0000 Subject: [PATCH] Update apps/judicial-system/backend/src/app/modules/notification/internalNotification.controller.ts Fixes typo Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../app/modules/notification/internalNotification.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/judicial-system/backend/src/app/modules/notification/internalNotification.controller.ts b/apps/judicial-system/backend/src/app/modules/notification/internalNotification.controller.ts index 206372fd451a..9e292ba48cdc 100644 --- a/apps/judicial-system/backend/src/app/modules/notification/internalNotification.controller.ts +++ b/apps/judicial-system/backend/src/app/modules/notification/internalNotification.controller.ts @@ -82,7 +82,7 @@ export class InternalNotificationController { @Body() notificationDto: SubpoenaNotificationDto, ): Promise { this.logger.debug( - `Sending ${notificationDto.type} subpona notification for subpoena ${subpoenaId} of defendant ${defendantId} and case ${caseId}`, + `Sending ${notificationDto.type} subpoena notification for subpoena ${subpoenaId} of defendant ${defendantId} and case ${caseId}`, ) return this.subpoenaNotificationService.sendSubpoenaNotification(