Skip to content

Commit 2593951

Browse files
authored
refactore: schema id in get schema (#1379)
* fix: schema by id Signed-off-by: Tipu_Singh <[email protected]> * fix: schema by id Signed-off-by: Tipu_Singh <[email protected]> --------- Signed-off-by: Tipu_Singh <[email protected]>
1 parent 255236a commit 2593951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/agent-service/src/agent-service.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ export class AgentServiceService {
12651265
} else if (OrgAgentType.SHARED === payload.agentType) {
12661266
const url = `${payload.agentEndPoint}${CommonConstants.URL_SCHM_GET_SCHEMA_BY_ID}`.replace(
12671267
'#',
1268-
`${payload.tenantId}`
1268+
`${payload.payload.schemaId}`
12691269
);
12701270

12711271
schemaResponse = await this.commonService

0 commit comments

Comments
 (0)