Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
developerdhruv committed Jun 5, 2024
1 parent 1385134 commit 92502b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class AffinityConnectionService implements ICrmConnectionService {
return { access_token, refresh_token, expires_in };
} catch (error) {
this.logger.error('Error refreshing token for Affinity', error);
throw new Error('Failed to refresh token for Affinity');
throw new Error(`Failed to refresh token for Affinity: ${error.message}`);
}
}
}

0 comments on commit 92502b4

Please sign in to comment.