File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ function Builds() {
170
170
type : "maplibre-gl" ,
171
171
renderer : "maplibre-gl" ,
172
172
index : 0 ,
173
- url : `https://build-metadata.protomaps.dev/style@${ latestStyle } +theme@${ theme } +tiles@${ leftKey } .json` ,
173
+ url : `https://build-metadata.protomaps.dev/style@${ latestStyle ( ) } +theme@${ theme } +tiles@${ leftKey } .json` ,
174
174
} ;
175
175
const right : MaperturePayload = {
176
176
name : `${ rightKey } ${ latestStyle ( ) } ${ theme } ` ,
177
177
type : "maplibre-gl" ,
178
178
renderer : "maplibre-gl" ,
179
179
index : 0 ,
180
- url : `https://build-metadata.protomaps.dev/style@${ latestStyle } +theme@${ theme } +tiles@${ rightKey } .json` ,
180
+ url : `https://build-metadata.protomaps.dev/style@${ latestStyle ( ) } +theme@${ theme } +tiles@${ rightKey } .json` ,
181
181
} ;
182
182
const payload = JSON . stringify ( [ left , right ] ) ;
183
183
open (
You can’t perform that action at this time.
0 commit comments