]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/notifier/shared/instance/new-peertube-version-for-admins.ts
Remove useless async
[github/Chocobozzz/PeerTube.git] / server / lib / notifier / shared / instance / new-peertube-version-for-admins.ts
index ab5bfb1acb136bff465579e48452ef5b0def7b9e..6b5ac808a0b47ff8ca7a0c48a9a21b39b380e085 100644 (file)
@@ -41,7 +41,7 @@ export class NewPeerTubeVersionForAdmins extends AbstractNotification <NewPeerTu
     return notification
   }
 
-  async createEmail (to: string) {
+  createEmail (to: string) {
     return {
       to,
       template: 'peertube-version-new',