Fix class name
This commit is contained in:
parent
a94ee46876
commit
269adbf9db
1 changed files with 1 additions and 1 deletions
|
@ -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: {},
|
||||
|
|
Loading…
Reference in a new issue