Skip to content

Commit

Permalink
more lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjdk committed Oct 18, 2023
1 parent 092bb6b commit 9e75941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const addTxAction = (
lcd: LCDClient,
chainID: string
): TxAsyncThunkAction => {
return async (dispatch, getState, args) => {
return async (dispatch) => {
dispatch({
type: ActionType.Add,
payload: {
Expand Down

0 comments on commit 9e75941

Please sign in to comment.