Do not pass Result as a function argument

This commit is contained in:
link2xt
2023-01-25 13:57:21 +00:00
parent ba860a2b61
commit e7f21f41ee
2 changed files with 6 additions and 4 deletions

View File

@@ -1237,7 +1237,9 @@ SET rfc724_mid=excluded.rfc724_mid, chat_id=excluded.chat_id,
context,
part.typ,
chat_id,
part.param.get_path(Param::File, context),
part.param
.get_path(Param::File, context)
.unwrap_or_default(),
*msg_id,
)
.await?;