From 5a91ef58718e2ec5afc293a8a392bc4df7cc5309 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 5 Dec 2025 13:35:40 +0000 Subject: [PATCH] un-late var --- pkg/image_proxy/lib/image_proxy_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/image_proxy/lib/image_proxy_service.dart b/pkg/image_proxy/lib/image_proxy_service.dart index 4f1c8a92e..f248065a3 100644 --- a/pkg/image_proxy/lib/image_proxy_service.dart +++ b/pkg/image_proxy/lib/image_proxy_service.dart @@ -56,7 +56,7 @@ Future updateAllowedKeys() async { assert(allowedKeys.length == 3); } -late auth.AuthClient? _apiClient; +auth.AuthClient? _apiClient; /// The client used for communicating with the google apis. Future authClient() async {