Fix clippy warning
This commit is contained in:
parent
50559de6d2
commit
b1ca85b910
1 changed files with 0 additions and 1 deletions
|
@ -744,7 +744,6 @@ impl Perform for AddModToCommunity {
|
|||
Community::read(conn, community_id)
|
||||
})
|
||||
.await??;
|
||||
dbg!(data.added);
|
||||
if data.added {
|
||||
send_add_mod(user, updated_mod, community, context).await?;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue