Skip to content

Commit

Permalink
Merge pull request #75 from HilkopterBob/fix-#74
Browse files Browse the repository at this point in the history
fix: run initServer before startServer, close #74
  • Loading branch information
HilkopterBob authored Oct 10, 2024
2 parents f582cdc + ba40ea1 commit 14abd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var startCmd = &cobra.Command{
Use: "start",
Short: "Start the server",
Run: func(cmd *cobra.Command, args []string) {
startServer()
initServer()
},
}

Expand Down

0 comments on commit 14abd25

Please sign in to comment.