feat: finish github install

This commit is contained in:
Joel
2024-11-15 14:40:04 +08:00
parent 6b759795d5
commit a0758dc2fc
7 changed files with 129 additions and 32 deletions

View File

@ -121,6 +121,7 @@ export const useInstallFromMarketplaceAndGitHub = ({
})
return ({ success: true })
}
// eslint-disable-next-line unused-imports/no-unused-vars
catch (e) {
return Promise.resolve({ success: false })
}