File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " exp-sdk" ,
3
- "version" : " 5.0.0-alpha2 " ,
3
+ "version" : " 5.0.0-alpha3 " ,
4
4
"description" : " EXP Javascript SDK" ,
5
5
"main" : " ./index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ class Location extends CommonResource {
229
229
}
230
230
231
231
getLayoutUrl ( ) {
232
- return `${ this . _getResourcePath ( ) } /layout?_rt= ${ this . _sdk . authenticator . getAuthSync ( ) . restrictedToken } ` ;
232
+ return `${ this . _getResourcePath ( ) } /layout` ;
233
233
}
234
234
}
235
235
@@ -425,7 +425,7 @@ class Content extends CommonResource {
425
425
}
426
426
427
427
getVariantUrl ( name ) {
428
- return this . getUrl ( ) + '& variant=' + name ;
428
+ return this . getUrl ( ) + '? variant=' + name ;
429
429
}
430
430
431
431
hasVariant ( name ) {
You can’t perform that action at this time.
0 commit comments