Skip to content

Commit

Permalink
Update queries.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Oct 20, 2023
1 parent 1998b44 commit 9a14ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ function insertMatch(match, options, cb) {
},
},
{
priority: match.leagueid ? -1 : options.priority,
priority: (match.leagueid || hasTrackedPlayer) ? -1 : options.priority,
attempts: options.attempts || 15,
},
cb
Expand Down

0 comments on commit 9a14ae5

Please sign in to comment.