1
0
Fork 0
mirror of https://github.com/astro/buzzrelay.git synced 2025-04-25 05:04:18 +00:00

endpoint: delint

This commit is contained in:
Astro 2025-01-29 03:36:26 +01:00
parent 3ab249ebda
commit f4a72f4272

View file

@ -88,7 +88,7 @@ where
return Err((StatusCode::BAD_REQUEST, "Actor missing".to_string()));
};
return Ok(Endpoint { payload, signature, remote_actor_uri });
Ok(Endpoint { payload, signature, remote_actor_uri })
}
}