fix: refresh has changed cache key

This commit is contained in:
Julien Froidefond
2025-02-23 10:54:39 +01:00
parent fd2632c394
commit 0bbb5e1aaa
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export abstract class BaseApiService {
headers.set(key as string, value as string);
}
}
// console.log("Fetching from", url);
// console.log("🛜 Fetching from", url);
// console.log("Headers", headers);
// console.log("headersOptions", headersOptions);
// console.log("options", options);