From f59cc4f050da3f389694cf20d034e01886a86ccc Mon Sep 17 00:00:00 2001 From: yashnevatia Date: Thu, 4 Jan 2024 21:47:50 +0800 Subject: [PATCH] Bug fix 2 --- cmd/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/start.go b/cmd/start.go index 7b9b6ce..568db47 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -42,7 +42,7 @@ func startCommand() *cobra.Command { } func startHandlerAndServer(cmd *cobra.Command, _ []string) { - // startHandler(cmd) + startHandler(cmd) startServer() }