missing semicolon
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
15a990dc25
commit
ee07e3e975
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ async fn send_events_dest_appservice(
|
|||
{
|
||||
Ok(_) => Ok(dest.clone()),
|
||||
Err(e) => Err((dest.clone(), e)),
|
||||
}
|
||||
};
|
||||
|
||||
drop(permit);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue