Skip to content

Commit

Permalink
Merge pull request #38 from billymonk/remove-duplicate-children_ids-e…
Browse files Browse the repository at this point in the history
…ntry

Remove duplicate entry of `:children_ids` in `Sidekiq::Superworker::S…
  • Loading branch information
tombenner committed Jul 28, 2015
2 parents 2f6f10c + 1c3baa4 commit 152c9d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/sidekiq/superworker/subjob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ class Subjob
include ActiveModel::Validations
include ActiveModel::Naming

ATTRIBUTES = [:subjob_id, :superjob_id, :parent_id, :children_ids, :next_id, :children_ids,
:subworker_class, :superworker_class, :arg_keys, :arg_values, :status, :descendants_are_complete,
:meta]
ATTRIBUTES = [:subjob_id, :superjob_id, :parent_id, :next_id, :children_ids, :subworker_class,
:superworker_class, :arg_keys, :arg_values, :status, :descendants_are_complete, :meta]

attr_accessor *ATTRIBUTES

Expand Down

0 comments on commit 152c9d8

Please sign in to comment.