mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-26 16:10:50 +00:00
193 query field updated
This commit is contained in:
parent
50e3045a2c
commit
8937816a8c
@ -248,7 +248,7 @@
|
||||
|
||||
(db/with-trx
|
||||
|
||||
(when-not (db/user-exists? {:user-id user})
|
||||
(when-not (db/user-exists? {:id user-id})
|
||||
(not-found! "No such a user."))
|
||||
|
||||
(db/update! :users fields ["id = ?" user-id]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user