Skip to content

Commit

Permalink
add started log
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Dec 27, 2023
1 parent e342176 commit 6932e4f
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 @@ -326,6 +326,7 @@ func main() { //nolint
}

if *removeSubscriptions != "" {
logger.Info().Msg("Delition of subscriptions started")
subscriptionIDs := strings.Split(*removeSubscriptions, ",")
for _, subscriptionID := range subscriptionIDs {
if err := database.RemoveSubscription(subscriptionID); err != nil {
Expand Down

0 comments on commit 6932e4f

Please sign in to comment.