Skip to content

Commit

Permalink
Merge pull request #357 from Technetium1/typo
Browse files Browse the repository at this point in the history
Correct typo resolves #356
  • Loading branch information
ferferga committed Dec 7, 2021
2 parents 3b3472f + 56b87cd commit d9f101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class ApiClient {

return tryReconnect(instance)
.then(() => {
console.log('Reconnect succeesed');
console.log('Reconnect succeeded');
request.url = request.url.replace(previousServerAddress, instance.serverAddress());

return instance.fetchWithFailover(request, false);
Expand Down

0 comments on commit d9f101e

Please sign in to comment.