Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya-nalamari committed Feb 24, 2024
1 parent 6da2561 commit b250713
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export function makeLoadScriptUrl({
params.push(`auth_referrer_policy=${authReferrerPolicy}`)
}

//Need to load api asynchronously. Ref: https://developers.google.com/maps/documentation/javascript/overview
params.push('loading=async')
params.push('loading=async')
params.push('callback=initMap')

return `https://maps.googleapis.com/maps/api/js?${params.join('&')}`
Expand Down

0 comments on commit b250713

Please sign in to comment.