mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-27 00:45:39 -04:00
api_startup_json: use 'skip_all'
This commit is contained in:
parent
9a17a0f8f6
commit
ff6f04be8c
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ pub async fn api_startup(
|
||||||
Ok(veilid_api)
|
Ok(veilid_api)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[instrument(err, skip(update_callback))]
|
#[instrument(err, skip_all)]
|
||||||
pub async fn api_startup_json(
|
pub async fn api_startup_json(
|
||||||
update_callback: UpdateCallback,
|
update_callback: UpdateCallback,
|
||||||
config_json: String,
|
config_json: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue