chore: build

This commit is contained in:
2026-05-10 19:48:02 +02:00
parent 6f52f984e8
commit f41938e563
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -27,7 +27,6 @@ apiClient.interceptors.request.use(async (config) => {
return config;
});
// Response interceptor: handle common errors
apiClient.interceptors.response.use(
(response) => response,
(error) => {