Skip to content

Commit b757a18

Browse files
committed
Recognize pkpass as binary data
1 parent 5ee0ee9 commit b757a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/lambda.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const realHandler = awsLambdaFastify(app, {
88
decorateRequest: false,
99
serializeLambdaArguments: true,
1010
callbackWaitsForEmptyEventLoop: false,
11+
binaryMimeTypes: ["application/octet-stream", "application/vnd.apple.pkpass"],
1112
});
1213
type WarmerEvent = { action: "warmer" };
1314
const handler = async (

0 commit comments

Comments
 (0)