Skip to content

Commit

Permalink
remove region in socket connect
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jun 25, 2024
1 parent b38f3db commit 5062c54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/server/socket/socket.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ func Start(ctx context.Context, p *project.Project, mux *http.ServeMux) {
ws.WriteJSON(map[string]interface{}{
"type": "cli.dev",
"properties": CliDevEvent{
App: p.App().Name,
Stage: p.App().Stage,
Region: "us-east-1",
App: p.App().Name,
Stage: p.App().Stage,
},
})
all := []*Invocation{}
Expand Down

0 comments on commit 5062c54

Please sign in to comment.