mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
sql: replace empty paramsv![] with empty tuples
This commit is contained in:
@@ -424,7 +424,7 @@ impl Context {
|
||||
match key {
|
||||
Config::Selfavatar => {
|
||||
self.sql
|
||||
.execute("UPDATE contacts SET selfavatar_sent=0;", paramsv![])
|
||||
.execute("UPDATE contacts SET selfavatar_sent=0;", ())
|
||||
.await?;
|
||||
match value {
|
||||
Some(value) => {
|
||||
|
||||
Reference in New Issue
Block a user