Skip to content

Commit

Permalink
Fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Sep 24, 2024
1 parent 5517ed7 commit 8dbe5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world_boss/app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def save_ranking_rewards(raid_id: int, size: int, offset: int, signer_address: s
rows.append(row)
nonce_rows_map[nonce].append(row)
i += 1
bulk_insert_transactions(rows, nonce_rows_map, time_stamp, db, memo)
bulk_insert_transactions(rows, nonce_rows_map, time_stamp, db, signer, memo)


@celery.task()
Expand Down

0 comments on commit 8dbe5dc

Please sign in to comment.