Fix for desktop build

This commit is contained in:
Nick Springer 2020-04-21 09:17:30 -04:00 committed by GitHub
parent 184bfeeaf8
commit b554f4427b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ export class ApiStyleStore {
save(mapStyle) {
const styleJSON = format(
style.stripAccessTokens(
style.replaceAccessTokens(newStyle)
style.replaceAccessTokens(mapStyle)
)
);