Skip to content

Commit

Permalink
hotfix: spam bandage
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Aug 7, 2024
1 parent abfda09 commit 89e8cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -12471,7 +12471,7 @@ func GetWorkflowAppConfig(resp http.ResponseWriter, request *http.Request) {
// Checking if it's a special region. All user-specific requests should
// Update local stash here?
// Load config & update
go loadAppConfigFromMain(fileId)
// go loadAppConfigFromMain(fileId)

// go through shuffler.io and not subdomains
gceProject := os.Getenv("SHUFFLE_GCEPROJECT")
Expand Down Expand Up @@ -15972,7 +15972,7 @@ func ActivateWorkflowApp(resp http.ResponseWriter, request *http.Request) {

// If onprem, it should autobuild the container(s) from here
if project.Environment == "cloud" && gceProject != "shuffler" {
go loadAppConfigFromMain(fileId)
// go loadAppConfigFromMain(fileId)

RedirectUserRequest(resp, request)
}
Expand Down

0 comments on commit 89e8cc2

Please sign in to comment.