Skip to content

Commit

Permalink
fix(users): print a message at user deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
curzolapierre committed Feb 23, 2024
1 parent 63022ea commit b4edee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/users/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ func DeleteUser(ctx context.Context, app, addonUUID, username string) error {
if err != nil {
return errors.Wrapf(ctx, err, "delete given user from database %v", username)
}
io.Statusf("User %v has been deleted\n", username)
return nil
}

0 comments on commit b4edee7

Please sign in to comment.