aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/request-schedulers
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-14 11:58:25 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-14 11:58:25 +0200
commit03b40f24878e4ceef19c9a8a7539f59061f31c84 (patch)
tree41fad6ed28c42c2a3790f036d9c86488f10bc433 /client/src/app/+admin/request-schedulers
parentd592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb (diff)
downloadPeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.tar.gz
PeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.tar.zst
PeerTube-03b40f24878e4ceef19c9a8a7539f59061f31c84.zip
err.text -> err
Diffstat (limited to 'client/src/app/+admin/request-schedulers')
-rw-r--r--client/src/app/+admin/request-schedulers/request-schedulers-stats/request-schedulers-stats.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/request-schedulers/request-schedulers-stats/request-schedulers-stats.component.ts b/client/src/app/+admin/request-schedulers/request-schedulers-stats/request-schedulers-stats.component.ts
index 4e3fabc64..1edeb31fe 100644
--- a/client/src/app/+admin/request-schedulers/request-schedulers-stats/request-schedulers-stats.component.ts
+++ b/client/src/app/+admin/request-schedulers/request-schedulers-stats/request-schedulers-stats.component.ts
@@ -57,7 +57,7 @@ export class RequestSchedulersStatsComponent implements OnInit, OnDestroy {
57 this.requestService.getStats().subscribe( 57 this.requestService.getStats().subscribe(
58 stats => this.stats = stats, 58 stats => this.stats = stats,
59 59
60 err => this.notificationsService.error('Error', err.text) 60 err => this.notificationsService.error('Error', err)
61 ) 61 )
62 } 62 }
63 63