Skip to content

Commit

Permalink
Bug fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnevatia committed Jan 4, 2024
1 parent af2e183 commit f59cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func startCommand() *cobra.Command {
}

func startHandlerAndServer(cmd *cobra.Command, _ []string) {
// startHandler(cmd)
startHandler(cmd)
startServer()
}

Expand Down

0 comments on commit f59cc4f

Please sign in to comment.