]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/migrations/0050-video-language.ts
Add scores to follows and remove bad ones
[github/Chocobozzz/PeerTube.git] / server / initializers / migrations / 0050-video-language.ts
index ed08f5866efc9431dd64cf5d4e29dabb8d5d26c5..796fa5f9597d8738eedaedfb3438217077bcd016 100644 (file)
@@ -17,7 +17,7 @@ function up (utils: {
   return q.addColumn('Videos', 'language', data)
 }
 
-function down (options, callback) {
+function down (options) {
   throw new Error('Not implemented.')
 }