Commit 120c53cd authored by Filipa Lacerda's avatar Filipa Lacerda

Improve after review

parent 92cff96f
......@@ -111,7 +111,7 @@
this.isLoading = true;
return window.gl.environmentsService.all()
return gl.environmentsService.all()
.then(resp => resp.json())
.then((json) => {
this.store.storeEnvironments(json);
......
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