Skip to content

Commit

Permalink
fix: prevent unwanted property renaming
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536454506
  • Loading branch information
Extended Component Library Team authored and copybara-github committed May 30, 2023
1 parent bd23822 commit 51d7f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_loader/api_loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class APILoader extends BaseComponent {
const solutionChannel = this.getSolutionChannel();
const googleMaps = inlineScript.load({
key,
...(version && {v: version}),
...(version && {'v': version}),
...(language && {language}),
...(region && {region}),
...(solutionChannel && {solutionChannel}),
Expand Down

0 comments on commit 51d7f41

Please sign in to comment.