diff --git a/src/utils/plugins/officialMarketplaceGcs.ts b/src/utils/plugins/officialMarketplaceGcs.ts index 987636b..4d16318 100644 --- a/src/utils/plugins/officialMarketplaceGcs.ts +++ b/src/utils/plugins/officialMarketplaceGcs.ts @@ -214,3 +214,4 @@ export function classifyGcsError(e: unknown): string { if (/empty body/.test(msg)) return 'empty_latest' return 'other' } +