Skip to content

Commit

Permalink
fix: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Nov 8, 2023
1 parent 3a0cec1 commit 4f5bff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/aggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function insertHandler() {
}: {
data
chain: string
fetcherType: number
fetcherType?: number
}) {
if (!(await isOraklNetworkApiHealthy())) return

Expand Down

0 comments on commit 4f5bff6

Please sign in to comment.