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
This could close over the parameterization in the script in the on endpoint. It doesn't at present, meaning that the random-sleep and bot calls run with the parameter at its default value, not 'monitor.
Should it close over the parameterization?
The text was updated successfully, but these errors were encountered:
This could close over the parameterization in the script in the
on
endpoint. It doesn't at present, meaning that therandom-sleep
andbot
calls run with the parameter at its default value, not'monitor
.Should it close over the parameterization?
The text was updated successfully, but these errors were encountered: