We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba3fde commit 1c047beCopy full SHA for 1c047be
scripts/import-uptime.mjs
@@ -59,7 +59,7 @@ const importUptime = async () => {
59
// hard limit to 10k, sort by voting weight
60
const offlineReps = await db('accounts')
61
.select('accounts.account')
62
- .whereNotIn('account', onlineReps)
+ .whereNotIn('accounts.account', onlineReps)
63
.where({ representative: true })
64
.leftJoin(
65
'accounts_meta_index',
0 commit comments