]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/migrations/0040-video-nsfw.ts
Updated travis.yml git depth 1
[github/Chocobozzz/PeerTube.git] / server / initializers / migrations / 0040-video-nsfw.ts
index 046876b61ebe7d2c520dcbfa789f0d0d88da15aa..0460e661da4a7bd0201c7d5873ddd6e195bad8f8 100644 (file)
@@ -22,7 +22,7 @@ function up (utils: {
     })
 }
 
-function down (options, callback) {
+function down (options) {
   throw new Error('Not implemented.')
 }