fixed typo in URL with multiple ?'s
This commit is contained in:
parent
3f6f583a94
commit
664aa5b350
@ -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 }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user