You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 notPromise<void>
- it might be simpler to use theasync
keyword on the function?The text was updated successfully, but these errors were encountered: