mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 17:20:37 +01:00
Fix for desktop build
This commit is contained in:
parent
184bfeeaf8
commit
b554f4427b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export class ApiStyleStore {
|
|||
save(mapStyle) {
|
||||
const styleJSON = format(
|
||||
style.stripAccessTokens(
|
||||
style.replaceAccessTokens(newStyle)
|
||||
style.replaceAccessTokens(mapStyle)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue