Skip to content

Commit

Permalink
Update vote.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-avb authored Oct 10, 2024
1 parent b067123 commit 1c8bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/vote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
#[wasm_bindgen(catch, js_namespace = window, js_name = topupThenInitiativeVote)]
#[wasm_bindgen(catch, js_namespace = window, js_name = initiativeVote)]
async fn topup_then_initiative_vote(
membershipId: u16,
pollIndex: u16,
Expand Down

0 comments on commit 1c8bcfb

Please sign in to comment.