Skip to content

Commit e32050e

Browse files
committed
fix ts
1 parent a7572a9 commit e32050e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/effects/netlify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default (() => {
4242

4343
return response.data;
4444
},
45-
async deploy(file: string, sandbox: Sandbox): Promise<string> {
45+
async deploy(file: Blob, sandbox: Sandbox): Promise<string> {
4646
const userId = _options.getUserId();
4747
const template = getTemplate(sandbox.template);
4848
const buildCommand = (name: string) => {

0 commit comments

Comments
 (0)