We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7572a9 commit e32050eCopy full SHA for e32050e
packages/app/src/app/overmind/effects/netlify.ts
@@ -42,7 +42,7 @@ export default (() => {
42
43
return response.data;
44
},
45
- async deploy(file: string, sandbox: Sandbox): Promise<string> {
+ async deploy(file: Blob, sandbox: Sandbox): Promise<string> {
46
const userId = _options.getUserId();
47
const template = getTemplate(sandbox.template);
48
const buildCommand = (name: string) => {
0 commit comments