summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/lib/utils/poll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/lib/utils/poll.js b/app/assets/javascripts/lib/utils/poll.js
index 6a00781246c..66761e075ff 100644
--- a/app/assets/javascripts/lib/utils/poll.js
+++ b/app/assets/javascripts/lib/utils/poll.js
@@ -30,7 +30,7 @@ import httpStatusCodes from './http_status';
* 5. If HTTP response is different from 200, we stop polling.
*
*/
-export default class poll {
+export default class Poll {
constructor(options = {}) {
this.options = Object.assign({}, {
data: {},