Skip to content

Commit

Permalink
Fix call effect import
Browse files Browse the repository at this point in the history
  • Loading branch information
dievazqu committed Nov 8, 2023
1 parent 71bd56f commit bf0576f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viem/saga.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BigNumber from 'bignumber.js'
import { CallEffect } from 'typed-redux-saga'
import { CallEffect } from 'redux-saga/effects'

Check failure on line 2 in src/viem/saga.ts

View workflow job for this annotation

GitHub Actions / Lint

You should use typed-redux-saga for saga effects
import erc20 from 'src/abis/IERC20'
import stableToken from 'src/abis/StableToken'
import { showError } from 'src/alert/actions'
Expand Down

0 comments on commit bf0576f

Please sign in to comment.