mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
chore: fixed linting
This commit is contained in:
parent
30aa44bb91
commit
7e7030ef46
1 changed files with 1 additions and 3 deletions
|
|
@ -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 || "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue