Skip to content

Commit 3475181

Browse files
committed
Update ZEIT url
1 parent ceb5005 commit 3475181

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/store/modules/deployment

1 file changed

+1
-1
lines changed

packages/app/src/app/store/modules/deployment/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function postToZeit({ http, path, props, state }) {
8181
headers: { Authorization: `bearer ${token}` },
8282
})
8383
.then(response => {
84-
const url = `https://${response.url}`;
84+
const url = `https://${response.result.url}`;
8585
return path.success({ url });
8686
})
8787
.catch(error => path.error({ error }));

0 commit comments

Comments
 (0)