From 5b06caca9276c56ec3665ace75ce7f2fcb280444 Mon Sep 17 00:00:00 2001 From: Diptesh Choudhuri Date: Mon, 16 Oct 2023 17:11:45 +0530 Subject: [PATCH] fix(backend): remove todo string --- backend/cmd/user/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cmd/user/root.go b/backend/cmd/user/root.go index 66742f09c..d1305e8ba 100644 --- a/backend/cmd/user/root.go +++ b/backend/cmd/user/root.go @@ -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.`, } }