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 48dd305 commit c042287Copy full SHA for c042287
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