Extract Id from upload config API response

This commit is contained in:
IshaVenikar 2025-01-30 10:40:13 +05:30
parent 2242e914c1
commit 8cef21d23c

View File

@ -570,6 +570,6 @@ export class Registry {
const envHash = await response.json();
return envHash;
return envHash.id;
};
}