]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server.ts
Fix test embed page
[github/Chocobozzz/PeerTube.git] / server.ts
index 8a762a9054ccb7628b8503dfc45b2b9462f3c8f6..edfbab3d7f34a982aa3a623ffd65baca8ea594eb 100644 (file)
--- a/server.ts
+++ b/server.ts
@@ -249,7 +249,7 @@ async function startApplication () {
   Emailer.Instance.init()
 
   await Promise.all([
-    Emailer.Instance.checkConnectionOrDie(),
+    Emailer.Instance.checkConnection(),
     JobQueue.Instance.init()
   ])