]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/parse-log.ts
Add blacklist reason field
[github/Chocobozzz/PeerTube.git] / scripts / parse-log.ts
index dccab088480d1a0f3a1f3c5249c501f5610f74e8..d22e902667ade5d25251b1781228befba486fa39 100755 (executable)
@@ -90,4 +90,4 @@ function getNewestFile (files: string[], basePath: string) {
   out.sort((a, b) => b.mtime - a.mtime)
 
   return (out.length > 0) ? out[ 0 ].file : ''
-}
\ No newline at end of file
+}