Merge branch 'hiqua-no_lower_limit_query' into next-beta
This commit is contained in:
commit
ea6562b7ac
9 changed files with 111 additions and 93 deletions
|
@ -3438,7 +3438,7 @@ async function getUnprocessedCount(): Promise<number> {
|
|||
const row = db.prepare<EmptyQuery>('SELECT count(*) from unprocessed;').get();
|
||||
|
||||
if (!row) {
|
||||
throw new Error('getMessageCount: Unable to get count of unprocessed');
|
||||
throw new Error('getUnprocessedCount: Unable to get count of unprocessed');
|
||||
}
|
||||
|
||||
return row['count(*)'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue