more auth ree
Some checks failed
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Kubernetes (push) Has been cancelled
CI/CD Pipeline / Build and Push App Docker Image (push) Has been cancelled

This commit is contained in:
yohlo
2026-03-02 22:38:09 -06:00
parent 2551ff8bb3
commit d2e1e5d4f0
5 changed files with 35 additions and 58 deletions

View File

@@ -34,11 +34,6 @@ export const toServerResult = async <T>(
}
}
if (error instanceof Response && error.status === 440) {
logger.info('toServerResult: Re-throwing 440 Response for session refresh');
throw error;
}
const duration = Date.now() - startTime;
logger.error('Server Fn Error', error);