summaryrefslogtreecommitdiff
path: root/client/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/types.js')
-rw-r--r--client/types.js2
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', [