mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix getUnprocessedCount error message
This commit is contained in:
@@ -3513,7 +3513,7 @@ async function getUnprocessedCount() {
|
||||
const row = await db.get('SELECT count(*) from unprocessed;');
|
||||
|
||||
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(*)'];
|
||||
|
||||
Reference in New Issue
Block a user