diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 17:10:40 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-28 17:10:40 +0100 |
| commit | 27a557b5c5af1fee23c8be1ffae668b5ed6ba28d (patch) | |
| tree | 3734eeb3e24b057a5191e18e2c80a2feef13f4e3 /scraper/client/actions.js | |
| parent | 36a44fe10d2501312d16aa5f70b31fd3585fb996 (diff) | |
fix sorting
Diffstat (limited to 'scraper/client/actions.js')
| -rw-r--r-- | scraper/client/actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/actions.js b/scraper/client/actions.js index 1b5152ea..b5c477f6 100644 --- a/scraper/client/actions.js +++ b/scraper/client/actions.js @@ -49,5 +49,5 @@ export const postVerification = data => dispatch => ( api(dispatch, post, 'verify', '/api/verify/add', data) ) - +export const setSortedCitations = sortedCitations => dispatch => dispatch({ type: types.system.set_sorted_citations, sortedCitations }) |
