Skip to content

Commit

Permalink
Update hatchery/hatchery.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Shanmukha Narumanchi <nss10@outlook.com>
  • Loading branch information
jawadqur and nss10 authored Apr 10, 2023
1 parent 019329c commit 78d4cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatchery/hatchery.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func launch(w http.ResponseWriter, r *http.Request) {
}

Config.Logger.Printf("Launching ECS workspace for user %s", userName)
// Sending a 200 response straigh away, but starting the launch in a goroutine
// Sending a 200 response straight away, but starting the launch in a goroutine
// TODO: Do more sanity checks before returning 200.
w.WriteHeader(http.StatusOK)
go launchEcsWorkspace(userName, hash, accessToken, *payModel)
Expand Down

0 comments on commit 78d4cd2

Please sign in to comment.