File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @maestro-org/typescript-sdk" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.6.2 " ,
4
4
"description" : " TypeScript SDK for the Maestro Dapp Platform" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
50
50
]
51
51
}
52
52
}
53
-
Original file line number Diff line number Diff line change @@ -446,10 +446,7 @@ export const AssetsApiAxiosParamCreator = (configuration: Configuration) => ({
446
446
) : RequestArgs => {
447
447
// verify required parameter 'policy' is not null or undefined
448
448
assertParamExists ( 'policyUtxos' , 'policy' , policy ) ;
449
- const localVarPath = `/policy/{policy}/utxos` . replace (
450
- `{${ 'policy' } }` ,
451
- encodeURIComponent ( String ( policy ) ) ,
452
- ) ;
449
+ const localVarPath = `/policy/{policy}/utxos` . replace ( `{${ 'policy' } }` , encodeURIComponent ( String ( policy ) ) ) ;
453
450
// use dummy base URL string because the URL constructor only accepts absolute URLs.
454
451
const localVarUrlObj = new URL ( localVarPath , DUMMY_BASE_URL ) ;
455
452
const { baseOptions } = configuration ;
You can’t perform that action at this time.
0 commit comments