chore: fixed linting

This commit is contained in:
Anish Sarkar 2025-12-27 00:03:03 +05:30
parent 30aa44bb91
commit 7e7030ef46

View file

@ -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 || "");