Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
switched to development endpoint for data metrics
  • Loading branch information
ema14006 committed Apr 6, 2019
1 parent 41ddfe5 commit f1cb1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/statistics/statistics.component.ts
Expand Up @@ -107,7 +107,7 @@ export class StatisticsComponent implements OnInit {


try {
this.data.getRecentMetrics(jsonToken).subscribe((data) => {
this.data.getDevMetrics(jsonToken).subscribe((data) => {
//console.log(data.outputs[1].dps[0][1]);
this.metric = data;
console.log(this.metric.outputs[0].dps.length == 0);
Expand Down

0 comments on commit f1cb1d7

Please sign in to comment.