From 7e7030ef46fdc9c9e4906c1b60051a0233ca2e7b Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:03:03 +0530 Subject: [PATCH] chore: fixed linting --- surfsense_web/lib/apis/base-api.service.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/surfsense_web/lib/apis/base-api.service.ts b/surfsense_web/lib/apis/base-api.service.ts index 1a2921b5d..ff71fe14c 100644 --- a/surfsense_web/lib/apis/base-api.service.ts +++ b/surfsense_web/lib/apis/base-api.service.ts @@ -298,6 +298,4 @@ class BaseApiService { } } -export const baseApiService = new BaseApiService( - process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL || "" -); +export const baseApiService = new BaseApiService(process.env.NEXT_PUBLIC_FASTAPI_BACKEND_URL || "");