Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 8, 2024
1 parent 181b42b commit 95397e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl Wasmer {
}

/// Delete an app from the registry.
#[wasm_bindgen(js_name = "deployApp")]
#[wasm_bindgen(js_name = "deleteApp")]
#[allow(non_snake_case)]
pub async fn delete_app(app: DeployedIdApp) -> Result<(), Error> {
let client = Wasmer::get_client()?;
Expand Down

0 comments on commit 95397e7

Please sign in to comment.