Skip to content

Commit

Permalink
fix: proposer duties error response (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore committed Jun 26, 2024
1 parent 66ffe95 commit 49d6b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/beacon/beacon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ export class BeaconService {
})
}
catch (e) {
console.error(e);
throwServerError('Unable to fetch proposer data');
console.error(e?.response?.data);
return [];
}
}

Expand Down

0 comments on commit 49d6b79

Please sign in to comment.