Skip to content

Commit

Permalink
chore(schema-engine-wasm): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jan 16, 2025
1 parent aea1939 commit d5f8fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema-engine/schema-engine-wasm/src/wasm/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl SchemaEngine {
}

/// Reset a database to an empty state (no data, no schema).
#[wasm_bindgen]
pub async fn reset(&self) -> Result<(), wasm_bindgen::JsError> {
Err(wasm_bindgen::JsError::new("Not yet available."))
}
Expand Down

0 comments on commit d5f8fd0

Please sign in to comment.