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
In case we want to restrict the lifecycle event by channel/topic, the variable name we are suggested to use should not be servers as we can see in the code snippet at the bottom.
Expected output
We should use the variable name channels instead, so the line to be added would be as follows: export const channels = ['user/signedup']
Attach any resources that can help us understand the issue.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug you found in AsyncAPI Docs.
I'd like to report a bug I found in a code snippet under Lifecycle Events on Glee documentation.
Bug description
In case we want to restrict the lifecycle event by channel/topic, the variable name we are suggested to use should not be
servers
as we can see in the code snippet at the bottom.Expected output
We should use the variable name
channels
instead, so the line to be added would be as follows:export const channels = ['user/signedup']
Attach any resources that can help us understand the issue.
Code of Conduct
The text was updated successfully, but these errors were encountered: