We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b219b5e commit a58f0a3Copy full SHA for a58f0a3
samples/address-validation/index.ts
@@ -46,9 +46,9 @@ async function handleValidationSubmit(event) {
46
47
// Validate the address
48
try {
49
+ // prettier-ignore
50
//@ts-ignore
- const result =
51
- await google.maps.addressValidation.AddressValidation.fetchAddressValidation(
+ const result = await google.maps.addressValidation.AddressValidation.fetchAddressValidation(
52
{
53
address: {
54
regionCode: regionSelect!.value.trim(),
0 commit comments