Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Jan 7, 2025
1 parent dd8c134 commit 6d91a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var serverCmd = &cobra.Command{
Use: "server",
RunE: func(cmd *cobra.Command, _ []string) error {
ctx, cancel := context.WithCancel(cmd.Context())
// I've been changed, so I need to be tested.

sigs := make(chan os.Signal, 1)
signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM)
Expand Down

0 comments on commit 6d91a41

Please sign in to comment.