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
We need to be able to have views that only processes the message and do not anything. Today, if a view doesn't have a return statement, Bottery will send null as response to that message.
The text was updated successfully, but these errors were encountered:
We need to be able to have views that only processes the message and do not anything. Today, if a view doesn't have a
return
statement, Bottery will sendnull
as response to that message.The text was updated successfully, but these errors were encountered: