Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nofir authored Aug 5, 2024
1 parent f5551e2 commit 9895d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/looksrare-v2-sync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as looksrareSeaportSyncRealtime from "./realtime-queue-seaport";

if (config.doRealtimeWork) {
cron.schedule("* * * * *", async () => {
if (_.indexOf([1, 5], config.chainId) !== -1) {
if ([0].includes(config.chainId)) {
const lockAcquired = await acquireLock("looksrare-v2-sync-lock", 120);

if (lockAcquired) {
Expand Down

0 comments on commit 9895d2c

Please sign in to comment.