We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1245bb commit bed7458Copy full SHA for bed7458
functions/src/index.ts
@@ -93,7 +93,7 @@ async function downloadFrame(path: string): Promise<Buffer> {
93
.storage()
94
.bucket("framejoy-frames")
95
.file(path)
96
- .download();
+ .download({ validation: !process.env.FUNCTIONS_EMULATOR });
97
return buffer;
98
}
99
0 commit comments