mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-27 19:50:28 +00:00
mirror: remove unnecessary query parameter (#1766)
Summary: In `_findOutdated`, we bound a query parameter that was not used by the query. This is entirely harmless, but should still be fixed. Test Plan: That unit tests continue to pass suffices. wchargin-branch: mirror-findoutdated-superfluous-param
This commit is contained in:
parent
f546ff4377
commit
b078ba386e
@ -593,7 +593,7 @@ export class Mirror {
|
|||||||
`
|
`
|
||||||
)
|
)
|
||||||
.pluck()
|
.pluck()
|
||||||
.all({timeEpochMillisThreshold: +since});
|
.all();
|
||||||
const objects: $PropertyType<QueryPlan, "objects"> = db
|
const objects: $PropertyType<QueryPlan, "objects"> = db
|
||||||
.prepare(
|
.prepare(
|
||||||
dedent`\
|
dedent`\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user