TP-89230 | universal call sdk

This commit is contained in:
varnit goyal
2024-11-03 14:50:57 +05:30
parent 60cab76ac2
commit 6fecedd61c

View File

@@ -209,7 +209,7 @@ function makePostRequest(url, session) {
if (conAttemptFailed > 5) {
console.log('continous attempt failed limit reached');
alert('Unable to connect to the server. Please login after some time.');
console.error('Unable to connect to the server. Please login after some time.');
return;
}