Fix ESLint issues

This commit is contained in:
Stijnus
2025-01-28 11:39:12 +01:00
parent 58d3853cd6
commit c4c73622f5
44 changed files with 4193 additions and 3291 deletions

View File

@@ -536,7 +536,7 @@ export class WorkbenchStore {
sha: newCommit.sha,
});
alert(`Repository created and code pushed: ${repo.html_url}`);
return repo.html_url; // Return the URL instead of showing alert
} catch (error) {
console.error('Error pushing to GitHub:', error);
throw error; // Rethrow the error for further handling