Commit 269adbf9 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix class name

parent a94ee468
...@@ -30,7 +30,7 @@ import httpStatusCodes from './http_status'; ...@@ -30,7 +30,7 @@ import httpStatusCodes from './http_status';
* 5. If HTTP response is different from 200, we stop polling. * 5. If HTTP response is different from 200, we stop polling.
* *
*/ */
export default class poll { export default class Poll {
constructor(options = {}) { constructor(options = {}) {
this.options = Object.assign({}, { this.options = Object.assign({}, {
data: {}, data: {},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment