chore: undo $ prepend on queries
This commit is contained in:
parent
f3f2bb01b0
commit
ba4117173e
50 changed files with 215 additions and 227 deletions
|
|
@ -7,7 +7,7 @@ function pp (o) {
|
|||
}
|
||||
|
||||
function dbFetchConfig () {
|
||||
return db.$oneOrNone(
|
||||
return db.oneOrNone(
|
||||
'select data from user_config where type=$1 order by id desc limit 1',
|
||||
['config']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue