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 f3615c8 commit d6e0010Copy full SHA for d6e0010
src/datastore/pg-store-v2.ts
@@ -908,7 +908,7 @@ export class PgStoreV2 extends BasePgStoreModule {
908
cs.stacker_type,
909
COUNT(*) OVER()::int AS total
910
FROM pox_sets ps
911
- LEFT JOIN combined_stackers cs ON ps.signing_key = cs.signer_key
+ INNER JOIN combined_stackers cs ON ps.signing_key = cs.signer_key
912
WHERE ps.canonical = TRUE
913
AND ps.cycle_number = ${cycleNumber}
914
AND ps.signing_key = ${signerKey}
0 commit comments