Skip to content

Commit

Permalink
fix(locksmith): Fix lock processing across networks (#15388)
Browse files Browse the repository at this point in the history
update worker
  • Loading branch information
0xTxbi authored and julien51 committed Jan 22, 2025
1 parent 825d691 commit 6c1de6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locksmith/src/worker/jobs/locks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ async function fetchUnprocessedLocks(network: number, page = 0) {
objectId: {
[Op.in]: lockIds,
},
network: {
[Op.eq]: network,
},
},
})

Expand Down

0 comments on commit 6c1de6b

Please sign in to comment.