mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
sql: replace empty paramsv![] with empty tuples
This commit is contained in:
@@ -398,7 +398,7 @@ impl TestContext {
|
||||
SELECT id, msg_id, mime, recipients
|
||||
FROM smtp
|
||||
ORDER BY id DESC"#,
|
||||
paramsv![],
|
||||
(),
|
||||
|row| {
|
||||
let rowid: i64 = row.get(0)?;
|
||||
let msg_id: MsgId = row.get(1)?;
|
||||
|
||||
Reference in New Issue
Block a user