From 690937c14cd22c141d5d69df887b2d6f89439711 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Tue, 9 Sep 2025 17:43:29 +0200 Subject: [PATCH] [web] skip fetching of project history blobs for very large users (#28393) GitOrigin-RevId: eb43adc2609566e08c0f0fc86a2944b41e20d864 --- services/web/frontend/js/utils/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/utils/meta.ts b/services/web/frontend/js/utils/meta.ts index 6d5b40c40a..182fe604b6 100644 --- a/services/web/frontend/js/utils/meta.ts +++ b/services/web/frontend/js/utils/meta.ts @@ -159,7 +159,7 @@ export interface Meta { nTextBlobs: number nBinaryBlobs: number owned?: boolean - } + }[] 'ol-i18n': { currentLangCode: string } 'ol-inactiveTutorials': string[] 'ol-institutionEmailNonCanonical': string | undefined