fix: Build log

This commit is contained in:
Andras Bacsai
2022-04-03 23:34:17 +02:00
parent 03e7af12be
commit 8232a7468b
3 changed files with 9 additions and 6 deletions

View File

@@ -88,7 +88,6 @@
try {
const { buildId } = await post(`/applications/${id}/deploy.json`, { ...application });
toast.push('Deployment queued.');
console.log($page.url);
if ($page.url.pathname.startsWith(`/applications/${id}/logs/build`)) {
return window.location.assign(`/applications/${id}/logs/build?buildId=${buildId}`);
} else {