diff options
Diffstat (limited to 'scraper/client/types.js')
| -rw-r--r-- | scraper/client/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/types.js b/scraper/client/types.js index 8507d556..53c0cff0 100644 --- a/scraper/client/types.js +++ b/scraper/client/types.js @@ -7,7 +7,7 @@ export const tagAsType = (type, names) => ( ) export const api = tagAsType('api', [ - 'loading', 'loaded', 'error', + 'loading', 'loaded', 'error', 'set_paper_key', ]) export const init = '@@INIT' |
