Add ability to disable webtorrent
[oweals/peertube.git] / server / initializers / migrations / 0020-video-likes.ts
index 3d7182d0a0d459d62b30c7ce0111b089e419832f..945be5a98d1ff1f1259c24976104eab9fcb0b28f 100644 (file)
@@ -17,7 +17,7 @@ function up (utils: {
   return q.addColumn('Videos', 'likes', data)
 }
 
-function down (options, callback) {
+function down (options) {
   throw new Error('Not implemented.')
 }