Skip to content

Commit

Permalink
Update apps/judicial-system/backend/src/app/modules/notification/inte…
Browse files Browse the repository at this point in the history
…rnalNotification.controller.ts


Fixes typo

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
gudjong and coderabbitai[bot] authored Oct 24, 2024
1 parent 140cb77 commit 9bf39e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class InternalNotificationController {
@Body() notificationDto: SubpoenaNotificationDto,
): Promise<DeliverResponse> {
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(
Expand Down

0 comments on commit 9bf39e6

Please sign in to comment.