removed return onprem

This commit is contained in:
yashsinghcodes
2025-07-09 14:03:16 +05:30
parent aa1c98240b
commit 48b18635d2
-6
View File
@@ -306,15 +306,9 @@ func handleGetWorkflowqueue(resp http.ResponseWriter, request *http.Request) {
timeNow := time.Now().Unix()
err = shuffle.HandleOrborusFailover(ctx, request, resp, env)
if err != nil {
if !strings.Contains(err.Error(), "mismatch") {
log.Printf("[WARNING] Failed handling Orborus failover: %s", err)
}
log.Printf("[DEBUG] Issue with environment ID: %s", environment)
return
}
//log.Printf("Found env: %#v", env)
if len(env.OrgId) > 0 {
orgId = env.OrgId