diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:54:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:54:13 +0100 |
| commit | 47b6ae0f8ad2f49692222bb0c800e7ba1eb4b94b (patch) | |
| tree | 0206451c15aec72128003d0e953a55b40b81b9a8 /client/types.js | |
| parent | bb7efd0af0db8183b5b3f96ac0de1bfd9cd249ae (diff) | |
face info page
Diffstat (limited to 'client/types.js')
| -rw-r--r-- | client/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/types.js b/client/types.js index 2d35ec36..fd9aa3e0 100644 --- a/client/types.js +++ b/client/types.js @@ -7,7 +7,7 @@ export const tagAsType = (type, names) => ( ) export const faceAnalysis = tagAsType('faceAnalysis', [ - 'loading', 'loaded', 'error', 'update_options', + 'loading', 'loaded', 'poll', 'error', 'update_options', ]) export const faceSearch = tagAsType('faceSearch', [ |
