Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Jul 25, 2024
1 parent a4f7879 commit 66b2723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper/alt-ips-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const apiConnectAltIpsHandler = async ({ token, socketId, ip }: { token:

results.forEach((result) => {
if (result.status === 'rejected') {
logger.error(result.reason);
logger.error(result.reason instanceof RequestError ? result.reason.message : result);
} else {
allIps.push(result.value);
Expand Down

0 comments on commit 66b2723

Please sign in to comment.