Skip to content

Commit

Permalink
Update typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 23, 2024
1 parent 144158a commit bac957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/features/dataconnect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function doSetup(setup: Setup, config: Config): Promise<void> {
}
if (instances.length) {
cloudSqlInstanceId = await promptOnce({

Check warning on line 51 in src/init/features/dataconnect/index.ts

View workflow job for this annotation

GitHub Actions / lint (20)

Unsafe assignment of an `any` value
message: `Which CloudSSQL instance would you like to use?`,
message: `Which CloudSQL instance would you like to use?`,
type: "list",
choices,
});
Expand Down

0 comments on commit bac957d

Please sign in to comment.