Yeah, forgot an 'await' somewhere.Tip: if you want your editor to warn you about forgetting awaits (which I forget pretty often :-)), use this rule:Make sure to follow the https://typescript-eslint.io/getting-started/typed-linting/ instructions as well.
8:02 PM UTC+2 Wouter Hendriks wrote:Yeah, forgot an 'await' somewhere.Tip: if you want your editor to warn you about forgetting awaits (which I forget pretty often :-)), use this rule:Make sure to follow the https://typescript-eslint.io/getting-started/typed-linting/ instructions as well.Enabling this has been on our wishlist for quite a while, but to enable it in wh validate required a bit of work as you need to integrate eslint and tsc a lot deeper ('parser services').