Skip to content

Commit 3e8e6a7

Browse files
committed
js: fix JsEventDeletionRequest JS name
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent cee05ff commit 3e8e6a7

File tree

1 file changed

+1
-1
lines changed
  • bindings/nostr-sdk-js/src/protocol/nips

1 file changed

+1
-1
lines changed

bindings/nostr-sdk-js/src/protocol/nips/nip09.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use super::nip01::JsCoordinate;
88
use crate::protocol::event::id::JsEventId;
99

1010
/// Event deletion request
11-
#[wasm_bindgen(js_name = GitRepositoryAnnouncement)]
11+
#[wasm_bindgen(js_name = EventDeletionRequest)]
1212
pub struct JsEventDeletionRequest {
1313
/// Event IDs
1414
#[wasm_bindgen(getter_with_clone)]

0 commit comments

Comments
 (0)