Someone forgot a console.log
This commit is contained in:
@@ -17,7 +17,6 @@ export function useClient() {
|
|||||||
// Proactively check and refresh token if needed
|
// Proactively check and refresh token if needed
|
||||||
if (authStore.isAuthenticated) {
|
if (authStore.isAuthenticated) {
|
||||||
try {
|
try {
|
||||||
console.log('within api call')
|
|
||||||
await authStore.ensureValidToken();
|
await authStore.ensureValidToken();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Failed to ensure valid token:', error);
|
console.error('Failed to ensure valid token:', error);
|
||||||
|
|||||||
Reference in New Issue
Block a user