Skip to content

Commit

Permalink
ci: fix check-types
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Sep 17, 2024
1 parent fca58ca commit d301582
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const taostatsAtom = atom(async () => {
return Array.isArray(stats) ? (stats as Taostats) : []
} catch (cause) {
console.error('Failed to fetch TAO stats', { cause })
return []
}
})

Expand Down

0 comments on commit d301582

Please sign in to comment.