Skip to content

Commit

Permalink
fix: undefined urlPathParams instead of array
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Dec 21, 2022
1 parent 084432f commit 8c7038f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const getMultipleNFTsOperation: Operation<
id: 'getMultipleNFTs',
groupName: 'nft',
urlPathPattern: '/nft/getMultipleNFTs',
urlPathParamNames: [],
urlSearchParamNames: ['chain'],
bodyType: 'properties',
bodyParamNames: ['tokens', 'normalizeMetadata'],
Expand Down

0 comments on commit 8c7038f

Please sign in to comment.