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
I would assume the document.channels().get("slackResponse") and document.operations().get("reacted").reply() to return the same object but in second case, the object is missing the id property.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have the following channel:
and the following operation:
I would assume the
document.channels().get("slackResponse")
anddocument.operations().get("reacted").reply()
to return the same object but in second case, the object is missing theid
property.The text was updated successfully, but these errors were encountered: