Fix class name

This commit is contained in:
Filipa Lacerda 2017-03-22 10:01:29 +00:00
parent a94ee46876
commit 269adbf9db

View file

@ -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: {},