Skip to content

Commit bd11f72

Browse files
CalebBarnesKarin
authored and
Karin
committed
remove unnecessary check
1 parent 4bce68a commit bd11f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/database/database.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const init = async (_options: OptionValues, command: BaseCommand) => {
7777
}
7878

7979
const installNeonExtension = async () => {
80-
if (!siteInfo.account_id || !account.name || !extension.name || !extension.hostSiteUrl) {
80+
if (!siteInfo.account_id || !account.name) {
8181
throw new Error(`Failed to install extension "${extension.name}"`)
8282
}
8383
const installed = await installExtension({

0 commit comments

Comments
 (0)