Skip to content

Commit

Permalink
Merge pull request #663 from nspringer-trimble/patch-1
Browse files Browse the repository at this point in the history
Fix for desktop build
  • Loading branch information
orangemug authored Apr 22, 2020
2 parents 184bfee + b554f44 commit d85ed36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/apistore.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class ApiStyleStore {
save(mapStyle) {
const styleJSON = format(
style.stripAccessTokens(
style.replaceAccessTokens(newStyle)
style.replaceAccessTokens(mapStyle)
)
);

Expand Down

0 comments on commit d85ed36

Please sign in to comment.