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 return signature for topic.publish() implies that it will always return a promise, but this line allows it to return undefined. Might be worth replacing it with return Promise.resolve() instead?
The text was updated successfully, but these errors were encountered:
The return signature for
topic.publish()
implies that it will always return a promise, but this line allows it to returnundefined
. Might be worth replacing it withreturn Promise.resolve()
instead?The text was updated successfully, but these errors were encountered: