1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Update systemd service template

This commit is contained in:
Chocobozzz 2017-06-20 20:34:41 +02:00
parent b632e9049f
commit 9e58005439
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ function createEmptyCallback () {
}
interface FormatableToJSON {
toFormatedJSON()
toFormatedJSON ()
}
function getFormatedObjects<U, T extends FormatableToJSON> (objects: T[], objectsTotal: number) {