Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
naderkhalil committed Jan 29, 2024
1 parent 18543b3 commit 4c56055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/fu/fu.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ func fuUser(userID string, t *terminal.Terminal, fuStore FuStore) error {
t.Vprintf(t.Red("Failed to ban user with ID: %s\n", userID))
t.Vprintf(t.Red("Error: %s\n", err.Error()))
}
t.Vprintf("✅ Banned user %s\n", userID)
t.Vprint("\n")
t.Vprintf("🖕 Banned user %s\n", userID)

return nil
}

0 comments on commit 4c56055

Please sign in to comment.