We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39b144 commit 5e01471Copy full SHA for 5e01471
1 file changed
libs/backend-api7/src/index.ts
@@ -133,7 +133,7 @@ export class BackendAPI7 implements ADCSDK.Backend {
133
event: { response: resp, description: 'Get core resoruces schema' },
134
});
135
136
- //TODO wait for it to fix in upstream
+ // Fix upstream schema from 3.5 to 3.7
137
if (!resp.data?.value?.upstream && resp.data?.value?.service)
138
resp.data.value.upstream = {
139
...(resp.data?.value?.service as any)?.properties?.upstream,
0 commit comments