From d271472984d82a5fcb2faee427e692a9cf1da6fd Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 25 Jun 2025 19:58:54 +0530 Subject: [PATCH] Lint fix --- web/apps/photos/src/components/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/apps/photos/src/components/Sidebar.tsx b/web/apps/photos/src/components/Sidebar.tsx index 70659a67ff..9e799df3ca 100644 --- a/web/apps/photos/src/components/Sidebar.tsx +++ b/web/apps/photos/src/components/Sidebar.tsx @@ -86,7 +86,7 @@ import exportService from "ente-new/photos/services/export"; import { isMLSupported } from "ente-new/photos/services/ml"; import { isDevBuildAndUser, - syncSettings, + pullSettings, updateCFProxyDisabledPreference, updateMapEnabled, } from "ente-new/photos/services/settings"; @@ -771,7 +771,7 @@ const Preferences: React.FC = ({ const isHLSGenerationEnabled = !!hlsGenStatusSnapshot?.enabled; useEffect(() => { - if (open) void syncSettings(); + if (open) void pullSettings(); }, [open]); const handleRootClose = () => {