Skip to content

Commit

Permalink
Merge pull request #2258 from nervosnetwork/testnet
Browse files Browse the repository at this point in the history
Deploy to mainnet
  • Loading branch information
zmcNotafraid authored Oct 21, 2024
2 parents 0526036 + ce864c8 commit e9df744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def call_worker(clz)
clz = clz.constantize if clz.is_a?(String)

puts "invoking #{clz.name}"
clz.new.perform_async
clz.perform_async
puts "fininsh #{clz.name}"
end

Expand Down

0 comments on commit e9df744

Please sign in to comment.