Fixed broken pkpasses extension for serverless example

This commit is contained in:
Alexander Cerutti
2022-01-16 00:38:34 +01:00
parent 0df8423e6d
commit 37a35dd76f

View File

@@ -121,7 +121,7 @@ export async function pkpasses(event: ALBEvent) {
const pkpasses = PKPass.pack(...passes);
const buffer = pkpasses.getAsBuffer();
const passName = `GeneratedPass-${Math.random()}.pkpass`;
const passName = `GeneratedPass-${Math.random()}.pkpasses`;
const { Location } = await s3
.upload({