Skip to content

Commit 3a263bb

Browse files
committed
Merge branch 'molly/remove-playground-routing' into molly/remove-playground-lambda
2 parents 517fc2e + b1c1591 commit 3a263bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-gateway-routes/api_gateway_proxy_function.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def on_connect(event, context)
7979
function_name = ENV['BUILD_AND_RUN_CONSOLE_PROJECT_LAMBDA_ARN']
8080
elsif authorizer['mini_app_type'] == 'theater'
8181
function_name = ENV['BUILD_AND_RUN_THEATER_PROJECT_LAMBDA_ARN']
82-
elsif authorizer['mini_app_type'] == 'playground'
83-
function_name = ENV['BUILD_AND_RUN_PLAYGROUND_PROJECT_LAMBDA_ARN']
8482
else
8583
return { statusCode: 400, body: "invalid mini-app" }
8684
end

0 commit comments

Comments
 (0)