Skip to content

Commit

Permalink
[PAGOPA-2389] fix: Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Dec 2, 2024
1 parent 86a22ba commit 8470b6e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,5 @@ public void deleteTimer(@RequestParam() String paymentTokens) {
// cancel scheduled message if PAYING status transition goes in exception
receiptTimerService.cancelScheduledMessage(tokens);
}

// cancel scheduled message
receiptTimerService.cancelScheduledMessage(tokens);
}
}

0 comments on commit 8470b6e

Please sign in to comment.