From d594a746f4c716ae061f06ff48470e132ba740f8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 11 Jan 2024 09:29:21 +0000 Subject: [PATCH] idiocy-- --- src/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine.rs b/src/machine.rs index f5c25345b..faab6a27d 100644 --- a/src/machine.rs +++ b/src/machine.rs @@ -106,7 +106,7 @@ impl OlmMachine { /// /// * `store_handle` - the connection to the crypto store to be used for /// this machine. - #[wasm_bindgen(getter, js_name = "initFromStore")] + #[wasm_bindgen(js_name = "initFromStore")] pub async fn init_from_store( user_id: &identifiers::UserId, device_id: &identifiers::DeviceId,