Extract Id from upload config API response

This commit is contained in:
IshaVenikar
2025-01-30 10:45:54 +05:30
parent 2242e914c1
commit 8cef21d23c
+1 -1
View File
@@ -570,6 +570,6 @@ export class Registry {
const envHash = await response.json();
return envHash;
return envHash.id;
};
}