Skip to content
Snippets Groups Projects
Commit 269adbf9 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix class name

parent a94ee468
Branches
Tags
1 merge request!10057Poll with vue resource get function
Pipeline #
Loading
@@ -30,7 +30,7 @@ import httpStatusCodes from './http_status';
Loading
@@ -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: {},
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment