Skip to content

Commit

Permalink
fix: format document
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Nov 8, 2023
1 parent 4f6b5e9 commit 039678d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export async function isOraklFetcherHealthy(url: string) {
return false
}
} catch (error) {
console.error(
`An error occurred while checking the Orakl Network Fetcher [${url}]: ${error.message}`
)
console.error(
`An error occurred while checking the Orakl Network Fetcher [${url}]: ${error.message}`
)
return false
}
}
Expand Down

0 comments on commit 039678d

Please sign in to comment.