This commit is contained in:
Jonny Gerig Meyer 2023-02-06 12:52:31 -05:00
parent 5c16697143
commit a6ff7c42db
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F

View File

@ -85,7 +85,7 @@ module.exports = async () => {
const versions = await Promise.all(
repos.map(async (repo) => [
repo,
cache[repo] ? cache[repo] : await getLatestVersion(repo),
cache[repo] ?? (await getLatestVersion(repo)),
]),
);
const data = Object.fromEntries(