Skip to content

Commit

Permalink
deeplink: fix fulfillaction missing import (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan authored Apr 19, 2021
1 parent 6fd50ce commit 004c2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/deeplink/methods/fulfillauction.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { history } from '../../store/configureStore';
import { history, store } from '../../store/configureStore';
import {setDeeplinkParams} from "../../ducks/app";

export default message => {
const url = new URL(message);
Expand Down

0 comments on commit 004c2d7

Please sign in to comment.