diff --git a/src/helpers/index.ts b/src/helpers/index.ts index 6c5c48b..f1e66b1 100644 --- a/src/helpers/index.ts +++ b/src/helpers/index.ts @@ -48,7 +48,7 @@ export async function getTenantProperty( return await axios .get( - `${channelAutomationAPI.host}/tenant-properties-service/${channelAutomationAPI.tenant}/properties?fields=name,value,lastModifiedDate,lastModifiedBy?q=${key}`, + `${channelAutomationAPI.host}/tenant-properties-service/${channelAutomationAPI.tenant}/properties?fields=name,value,lastModifiedDate,lastModifiedBy?&q=${key}`, { headers }, ) .then((response: { data: HydraCollection }) => {