aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-31 14:43:48 +0200
committerChocobozzz <me@florianbigard.com>2018-05-31 14:43:48 +0200
commita9614776665c8de5e752189408542f3a5478b5ba (patch)
tree9e4e125fd0fd60e6de245db546cf4f4f5d530423 /client/src/app/app.module.ts
parenta51bad1accfade25916db0dadaeb879a182cf19b (diff)
downloadPeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.gz
PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.tar.zst
PeerTube-a9614776665c8de5e752189408542f3a5478b5ba.zip
Fix lint
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 0b4144e39..cf533629f 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
59 deps: [ ServerService ] 59 deps: [ ServerService ]
60 }), 60 }),
61 61
62 AppRoutingModule, // Put it after all the module because it has the 404 route 62 AppRoutingModule // Put it after all the module because it has the 404 route
63 ], 63 ],
64 providers: [ ] 64 providers: [ ]
65}) 65})