This commit is contained in:
John Smith 2023-06-27 19:05:50 -04:00
parent 73c37aa4ca
commit fde70610cc

View File

@ -931,7 +931,7 @@ impl VeilidAPI {
// let rc = self.routing_context();
return Ok("TODO");
return Ok("TODO".to_owned());
}
async fn debug_record(&self, args: String) -> VeilidAPIResult<String> {