diff --git a/main.w b/main.w index ccac495..0a4ebab 100644 --- a/main.w +++ b/main.w @@ -239,7 +239,6 @@ api.post("/selectWinner", inflight (req) => { }; return cloud.ApiResponse { - headers: corsHeaders, status: 200, body: Json.stringify(payload), };