diff --git a/server/internal/downloads/manifest.ts b/server/internal/downloads/manifest.ts index 02f92fbb..18c9f59b 100644 --- a/server/internal/downloads/manifest.ts +++ b/server/internal/downloads/manifest.ts @@ -68,7 +68,7 @@ class ManifestGenerator { take: 1, }) )[0]; - if(!currentVersion) return {}; + if(!currentVersion) return undefined; versions.push(currentVersion); if (!currentVersion.delta) break; }