fix encoding issue

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-11-22 15:11:17 -05:00
parent 77e7ccde81
commit a10b5bb164
+2 -2
View File
@@ -120,11 +120,11 @@ export class CatalogClient implements CatalogApi {
await this.apiClient.getEntities(
{
query: {
fields: fields.map(encodeURIComponent),
limit,
filter: this.getFilterValue(filter),
offset,
after,
filter: this.getFilterValue(filter),
fields,
order: order ? encodedOrder : undefined,
},
},