diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 11:51:51 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-10 11:52:45 +0100 |
commit | 7af75da41ba32451c3e9564714b05b506bdd881d (patch) | |
tree | 9f308d082acb8cbd045c3e378751a52d69f37c8c /client/src/app/shared/utils.ts | |
parent | f6f7dfee01e8b7ddf62d2549b8f381d0b12b590e (diff) | |
download | PeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.tar.gz PeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.tar.zst PeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.zip |
Client: fix lint
Diffstat (limited to 'client/src/app/shared/utils.ts')
-rw-r--r-- | client/src/app/shared/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/utils.ts b/client/src/app/shared/utils.ts index 1dd6f96f0..5ab41fe5a 100644 --- a/client/src/app/shared/utils.ts +++ b/client/src/app/shared/utils.ts | |||
@@ -3,7 +3,7 @@ import { DatePipe } from '@angular/common'; | |||
3 | export class Utils { | 3 | export class Utils { |
4 | 4 | ||
5 | static dateToHuman(date: String) { | 5 | static dateToHuman(date: String) { |
6 | return new DatePipe('en').transform(date, 'medium') | 6 | return new DatePipe('en').transform(date, 'medium'); |
7 | } | 7 | } |
8 | 8 | ||
9 | static getRowDeleteButton() { | 9 | static getRowDeleteButton() { |