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
if a user plans to trigger their agent manually, an error is raised:
gems/sublayer-0.2.3/lib/sublayer/agents/base.rb:45:in `setup_triggers': undefined method `each' for nil (NoMethodError)
self.class.triggers.each do |trigger|
Two things planned here, one with no triggers defined it shouldn't error out, but we should also have a built in trigger subclass for manually triggering an agent
The text was updated successfully, but these errors were encountered:
if a user plans to trigger their agent manually, an error is raised:
Two things planned here, one with no triggers defined it shouldn't error out, but we should also have a built in trigger subclass for manually triggering an agent
The text was updated successfully, but these errors were encountered: