Make sure the CatalogClient escapes URL parameters correctly

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-04-14 14:06:09 +02:00
parent 7fd46f26dc
commit 442f34b87f
4 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export class CatalogClientWrapper implements CatalogApi {
}
async getLocationById(
id: String,
id: string,
options?: CatalogRequestOptions,
): Promise<Location | undefined> {
return await this.client.getLocationById(id, {