Skip to content

Commit

Permalink
fix(backend): remove todo string
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Oct 16, 2023
1 parent e87616e commit 5b06cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/user/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func NewUserCommand() *cobra.Command {
return &cobra.Command{
Use: "user",
Short: "User import/export(TODO) tools",
Short: "User import/export tools",
Long: `Add the ability to import users into the hanko database.`,
}
}
Expand Down

0 comments on commit 5b06cac

Please sign in to comment.