more auth ree
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user