chore: api is updated (#1053)

This commit is contained in:
palash-signoz 2022-05-04 12:02:14 +05:30 committed by GitHub
parent 4c8b7af0eb
commit 22454abc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,8 @@ const interceptorRejected = async (
if (reResponse.status === 200) {
return await Promise.resolve(reResponse);
}
Logout();
return await Promise.reject(reResponse);
}
Logout();