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()),
|
Ok(_) => Ok(dest.clone()),
|
||||||
Err(e) => Err((dest.clone(), e)),
|
Err(e) => Err((dest.clone(), e)),
|
||||||
}
|
};
|
||||||
|
|
||||||
drop(permit);
|
drop(permit);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue