Skip to content

Commit

Permalink
chore: remove redundant blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Nov 14, 2024
1 parent 7cac4c1 commit 99649f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public async Task<ApproveDeletionProcessResponse> Handle(ApproveDeletionProcessC

var daysUntilDeletion = deletionProcess.GracePeriodEndsAt.Value.DaysUntilDate();


await _notificationSender.SendNotification(
new DeletionProcessApprovedNotification(daysUntilDeletion),
new SendPushNotificationFilter { IncludedIdentities = [identity.Address] },
Expand Down

0 comments on commit 99649f4

Please sign in to comment.