minor lint cleanup
[squeep-indie-auther] / src / service.js
index 0b9147534c2962b3c6accaa99d391afe68a39bef..1445707104aa8e4a3cb6f6d9bfdc27ddfff6bc22 100644 (file)
@@ -538,7 +538,7 @@ class Service extends Dingus {
       return;
     }
 
-    super.handlerInternalServerError(req, res, ctx);
+    await super.handlerInternalServerError(req, res, ctx);
   }