Skip to content

Commit

Permalink
Update tf-aws.w
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren authored Feb 21, 2024
1 parent 48ff730 commit 6eabbcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions websockets/platform/tf-aws.w
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ pub class WebSocket_tfaws impl awsapi.IAwsWebSocket {
this.addRoute(onMessageFunction, routeKey);
}

pub initialize() {}

pub addRoute(handler: cloud.Function, routeKey: str): void {
if let func = aws.Function.from(handler) {
let functionArn = func.functionArn;
Expand Down

0 comments on commit 6eabbcc

Please sign in to comment.