Open amcereijo opened 2 years ago
Check if there is data in new registry. When no data, value is {} and a error is throw at
{}
const latest = Object.keys(data)[0]; const newRegistryVersions = data[latest].versions;
Thanks for this fix. I ran into the exact same problem.
Check if there is data in new registry. When no data, value is
{}
and a error is throw at