]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube-repl.ts
Agnostic actor image storage
[github/Chocobozzz/PeerTube.git] / server / tools / peertube-repl.ts
index a5c35e9ea80ca1e775fa3fae892a352d6d3df601..a38d51801afc5498804902df81d0dbb2fdeeb981 100644 (file)
@@ -82,7 +82,6 @@ const start = async () => {
   }
   replServer.defineCommand('reset', resetCommand)
   replServer.defineCommand('r', resetCommand)
-
 }
 
 start()