Skip to content

Commit a12f542

Browse files
authored
Remove syntax error (#23)
1 parent 838725c commit a12f542

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/google-map.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ export default class GoogleMap {
4040
'src',
4141
`https://maps.googleapis.com/maps/api/js?key=${
4242
options.googleMapsAPIKey
43-
}&language=${options.language || defaultLanguage}&region=${options.region || defaultRegion}
44-
}${
43+
}&language=${options.language || defaultLanguage}&region=${options.region || defaultRegion}${
4544
options.libraries ? `&libraries=${options.libraries.join(',')}` : ''
4645
}${
4746
options.mapIds ? `&map_ids=${options.mapIds.join(',')}` : ''

0 commit comments

Comments
 (0)