mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-19 22:18:35 +03:00
please accept my double quotes
This commit is contained in:
@@ -22,8 +22,8 @@ async function dbGetUserSummary(userID: HashedUserID, categoryStats: boolean, ty
|
|||||||
}
|
}
|
||||||
if (typeStats) {
|
if (typeStats) {
|
||||||
additionalQuery += `
|
additionalQuery += `
|
||||||
SUM(CASE WHEN actionType = 'skip' THEN 1 ELSE 0 END) as 'typeSumSkip',
|
SUM(CASE WHEN actionType = 'skip' THEN 1 ELSE 0 END) as "typeSumSkip",
|
||||||
SUM(CASE WHEN actionType = 'mute' THEN 1 ELSE 0 END) as 'typeSumMute',`;
|
SUM(CASE WHEN actionType = 'mute' THEN 1 ELSE 0 END) as "typeSumMute",`;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const row = await db.prepare("get", `
|
const row = await db.prepare("get", `
|
||||||
|
|||||||
Reference in New Issue
Block a user