Move to eslint
[oweals/peertube.git] / server / lib / activitypub / follow.ts
index 1abf43cd40020138a6e014fd68aa3d7cc8805d50..a1c95504e3d7d6af694598bc5b8c8b306592d99a 100644 (file)
@@ -27,7 +27,6 @@ async function autoFollowBackIfNeeded (actorFollow: MActorFollowActors) {
     }
 
     JobQueue.Instance.createJob({ type: 'activitypub-follow', payload })
-            .catch(err => logger.error('Cannot create auto follow back job for %s.', host, err))
   }
 }