Skip to content

Commit

Permalink
Update web.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Armando CD <[email protected]>
  • Loading branch information
josediegorobles and crisdut authored Dec 20, 2023
1 parent 1271601 commit 0674ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ pub mod rgb {
}

#[wasm_bindgen]
pub fn create_auction(nostr_hex_sk: String, request: JsValue) -> Promise {
pub fn create_auction_bid(nostr_hex_sk: String, request: JsValue) -> Promise {
set_panic_hook();

future_to_promise(async move {
Expand Down

0 comments on commit 0674ed7

Please sign in to comment.