🪕 officialMarketplaceGcs.ts

This commit is contained in:
nirholas
2026-03-31 10:24:24 +00:00
parent c68977c167
commit 252cd27c63

View File

@@ -214,3 +214,4 @@ export function classifyGcsError(e: unknown): string {
if (/empty body/.test(msg)) return 'empty_latest'
return 'other'
}