Skip to content

Commit

Permalink
PLT-1005 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm Landon committed Oct 11, 2024
1 parent 3a93809 commit cbfbbee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/authenticated-api/authenticated-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ export class AuthenticatedApi extends Construct {
}),
};

this.httpApi = new apigatewayv2.HttpApi(
this,
apiName,
apiGatewayProps,
);
this.httpApi = new apigatewayv2.HttpApi(this, apiName, apiGatewayProps);

this.apiId = this.httpApi.apiId;
this.httpApiId = this.httpApi.httpApiId;
Expand Down

0 comments on commit cbfbbee

Please sign in to comment.