From 15825ef18d3b2bb74f4e613496cf3e2921a87389 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Feb 2023 10:17:03 +0100 Subject: Fix default trending algorithm in admin config --- client/src/app/core/server/server.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core/server') diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts index 9db455cb8..0829d87d5 100644 --- a/client/src/app/core/server/server.service.ts +++ b/client/src/app/core/server/server.service.ts @@ -40,7 +40,7 @@ export class ServerService { loadHTMLConfig () { try { - return this.loadHTMLConfigLocally() + this.loadHTMLConfigLocally() } catch (err) { // Expected in dev mode since we can't inject the config in the HTML if (environment.production !== false) { -- cgit v1.2.3