diff options
Diffstat (limited to 'scraper/client/types.js')
| -rw-r--r-- | scraper/client/types.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scraper/client/types.js b/scraper/client/types.js index e6b4142c..22c93a89 100644 --- a/scraper/client/types.js +++ b/scraper/client/types.js @@ -10,6 +10,10 @@ export const api = tagAsType('api', [ 'loading', 'loaded', 'error', 'set_paper_key', ]) +export const system = tagAsType('system', [ + 'set_sorted_citations', +]) + export const init = '@@INIT' export const USES_DATASET = { |
