checkpoint

This commit is contained in:
John Smith
2022-03-17 10:31:10 -04:00
parent a39b38cc16
commit 5298fc3fcf
13 changed files with 95 additions and 86 deletions

View File

@@ -138,7 +138,7 @@ pub fn get_veilid_state() -> Promise {
})
}
#[wasm_bindgen(js_namespace = veilid)]
#[wasm_bindgen()]
pub fn change_log_level(log_level: String) -> Promise {
wrap_api_future(async move {
let veilid_api = get_veilid_api()?;