mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-22 10:51:29 +00:00
remove error context
This commit is contained in:
parent
2de5a4968b
commit
0cb0bb7c5a
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ impl PostTagInsertForm {
|
|||
insert_into(post_tag::table)
|
||||
.values(tags)
|
||||
.execute(conn)
|
||||
.await
|
||||
.context("Failed to insert post community tag associations")?;
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue