Skip to content

Commit

Permalink
fixed query reducer eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Aug 4, 2017
1 parent 6cef8fd commit 18adb04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/client/reducers/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ const {
QUERY_CREATE,
QUERY_RESULT,
QUERY_ERROR,
RESET_QUERY,
QUERY_OPEN,
QUERY_CLOSE
RESET_QUERY
} = require('../actions/wfsquery');

const {QUERY_FORM_RESET} = require('../actions/queryform');
Expand Down

0 comments on commit 18adb04

Please sign in to comment.