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 3d29ef6 commit a08896bCopy full SHA for a08896b
src/models/logic/utxo.ts
@@ -506,8 +506,7 @@ export async function getSnapshot(params: {
506
transaction,
507
type: sequelize.QueryTypes.SELECT
508
}
509
- )).count ===
510
- itemsPerPage + 1;
+ )).count === String(itemsPerPage + 1);
511
512
// The SQL query is copied from the query above.
513
const lastRow = await models.sequelize.query(
0 commit comments