Skip to content

Commit

Permalink
roll forward (#349)
Browse files Browse the repository at this point in the history
maybe roll forward
  • Loading branch information
robert-seitz-uniswap authored Feb 1, 2024
1 parent ed1a1cf commit 6faa466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/post-limit-order/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class PostLimitOrderInjector extends ApiInjector<ContainerInjected, ApiRI
chainId
)
} else {
throw new Error(`ChainId ${chainId} not supported`)
console.warn(`ChainId ${chainId} not supported, ${typeof chainId}`)
}
})
return {
Expand Down

0 comments on commit 6faa466

Please sign in to comment.