lib/flydata/helper/action/check_remote_actions.rb in flydata-0.5.21 vs lib/flydata/helper/action/check_remote_actions.rb in flydata-0.6.0
- old
+ new
@@ -15,10 +15,10 @@
@api_client = ApiClient.instance
@retry_count = 0
end
def execute(opts = {})
- action_position = ActionPosition.new(config)
+ action_position = ActionPosition.new(config[:helper])
# Get actions from flydata web server
last_id = action_position.load
actions = nil
begin