Skip to content

Commit

Permalink
fix: log method of delegateVotes CWB API call (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski authored Dec 12, 2024
1 parent 24ff486 commit 331049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@ export default class AdaApi {

return response;
} catch (error) {
logger.debug('AdaApi::delegateVotes error', {
logger.error('AdaApi::delegateVotes error', {
error,
});

Expand Down

0 comments on commit 331049f

Please sign in to comment.