Skip to content

Commit

Permalink
fix: update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 8, 2024
1 parent 95d5a7d commit 080e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/vrf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function listHandler(print?: boolean) {

try {
if (!chain) {
const result = (await axios.get(VRF_ENDPOINT)).data
const result = (await axios.get(VRF_ENDPOINT))?.data
if (print) {
console.dir(result, { depth: null })
}
Expand Down

0 comments on commit 080e5d2

Please sign in to comment.