Skip to content

Commit

Permalink
Merge pull request #2026 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
rabbitz committed Jul 3, 2024
2 parents c1d9b6c + a7cb86f commit 99a2d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/update_udt_info_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def perform(block_number)
end, unique_by: :type_hash
)

type_hashes.each { GenerateUdtHolderAllocationWorker.perform_async(_1) }
# type_hashes.each { GenerateUdtHolderAllocationWorker.perform_async(_1) }
end
end
end

0 comments on commit 99a2d3f

Please sign in to comment.