build: reenable eslint type checking
[poolifier.git] / examples / typescript / smtp-client-pool / src / main.ts
index e00372dc6f931ab5a4dea915728a9dd0c14754f6..4d1f2ea896188b7cfa49aa559dfaaab5f5a28f7c 100644 (file)
@@ -32,9 +32,9 @@ try {
   await Promise.all(smtpClientPoolPromises)
   const elapsedTime = performance.now() - now
   console.info(
-    `Send in parallel in ${elapsedTime.toFixed(2)}ms ${
-      tos.length
-    } mails with SMTP client pool`
+    `Send in parallel in ${elapsedTime.toFixed(
+      2
+    )}ms ${tos.length.toString()} mails with SMTP client pool`
   )
 } catch (error) {
   console.error(error)