Skip to content

Commit

Permalink
idiocy--
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jan 11, 2024
1 parent 1e96802 commit d594a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d594a74

Please sign in to comment.