Skip to content

Commit

Permalink
removed unused PromiseString
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Sep 7, 2023
1 parent 7eef97a commit d87a331
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bindings/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ pub async fn init_logger(_config: String) -> Result<(), JsError> {
extern "C" {
#[wasm_bindgen(typescript_type = "string[]")]
pub type ArrayString;

#[wasm_bindgen(typescript_type = "Promise<string>")]
pub type PromiseString;
}

0 comments on commit d87a331

Please sign in to comment.