Publish not returning a promise
Opened this issue · 0 comments
achingbrain commented
The commit message for e1374b3 says to always return a promise but I think this block can still cause the publish method to return void
and not Promise<void>
- it might be simpler to use the async
keyword on the function?