Skip to content

Commit 331049f

Browse files
fix: log method of delegateVotes CWB API call (#3265)
1 parent 24ff486 commit 331049f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/api/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2829,7 +2829,7 @@ export default class AdaApi {
28292829

28302830
return response;
28312831
} catch (error) {
2832-
logger.debug('AdaApi::delegateVotes error', {
2832+
logger.error('AdaApi::delegateVotes error', {
28332833
error,
28342834
});
28352835

0 commit comments

Comments
 (0)