Skip to content

Commit 5e01471

Browse files
committed
chore: update comment
1 parent f39b144 commit 5e01471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/backend-api7/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class BackendAPI7 implements ADCSDK.Backend {
133133
event: { response: resp, description: 'Get core resoruces schema' },
134134
});
135135

136-
//TODO wait for it to fix in upstream
136+
// Fix upstream schema from 3.5 to 3.7
137137
if (!resp.data?.value?.upstream && resp.data?.value?.service)
138138
resp.data.value.upstream = {
139139
...(resp.data?.value?.service as any)?.properties?.upstream,

0 commit comments

Comments
 (0)