Skip to content

Commit

Permalink
Sort line
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 13, 2019
1 parent 2583fca commit 2e4d5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sagas/stopDictateOnCardActionSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {

import whileConnected from './effects/whileConnected';

import stopDictate from '../actions/stopDictate';
import { POST_ACTIVITY_PENDING } from '../actions/postActivity';
import stopDictate from '../actions/stopDictate';

export default function* () {
yield whileConnected(stopDictateOnCardAction);
Expand Down

0 comments on commit 2e4d5b0

Please sign in to comment.