We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bce68a commit bd11f72Copy full SHA for bd11f72
src/commands/database/database.ts
@@ -77,7 +77,7 @@ const init = async (_options: OptionValues, command: BaseCommand) => {
77
}
78
79
const installNeonExtension = async () => {
80
- if (!siteInfo.account_id || !account.name || !extension.name || !extension.hostSiteUrl) {
+ if (!siteInfo.account_id || !account.name) {
81
throw new Error(`Failed to install extension "${extension.name}"`)
82
83
const installed = await installExtension({
0 commit comments