Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 17, 2023
1 parent ac766ec commit a54852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/aws-lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
toIterable,
toStringStream,
} from "@raviqqe/loscore/async";
import { LambdaFunctionURLHandler } from "aws-lambda";
import { type LambdaFunctionURLHandler } from "aws-lambda";
import { type RequestHandler } from "../main.js";

export const awsLambda =
Expand Down

0 comments on commit a54852f

Please sign in to comment.