Skip to content

Commit

Permalink
update remove subscription log
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Dec 27, 2023
1 parent 8c736b0 commit e342176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ func main() { //nolint
if err := database.RemoveSubscription(subscriptionID); err != nil {
logger.Error().
Error(err).
String("subscription_id", subscriptionID).
Msg("Failed to remove subscription")
}
}
Expand Down

0 comments on commit e342176

Please sign in to comment.