Extract Id from upload config API response
This commit is contained in:
parent
2242e914c1
commit
8cef21d23c
@ -570,6 +570,6 @@ export class Registry {
|
|||||||
|
|
||||||
const envHash = await response.json();
|
const envHash = await response.json();
|
||||||
|
|
||||||
return envHash;
|
return envHash.id;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user