Fixing query row.

This commit is contained in:
mike12345567 2024-12-13 17:11:35 +00:00
parent 6699b202b4
commit 7cf20ef16c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export async function run({
return {
rows,
success: ctx.status === 200,
success: !!ctx.body.rows,
}
} catch (err) {
return {