Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

fixed array values parse in queryParamParsers.ts#20

Open
egovar wants to merge 3 commits intomainfrom
fix-in-ni
Open

fixed array values parse in queryParamParsers.ts#20
egovar wants to merge 3 commits intomainfrom
fix-in-ni

Conversation

@egovar
Copy link
Contributor

@egovar egovar commented Jun 23, 2023

  • Fixes parsing of array values await operationsGetTransactions( { target: { eq: 'KT1R7WEtNNim3YgkxPt8wPMczjH3eyhbJMtz' }, entrypoint: { in: ['e1', 'e2', 'e3'] } });

  • Current: ...&entrypoint.in=e1&entrypoint.in=e2&entrypoint.in=e3

  • New: ...&entrypoint.in=e1,e2,e3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant