Skip to content

Commit

Permalink
fix: correct wasm error import
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrel6 committed Jan 10, 2025
1 parent bf7a841 commit beeb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-doc-validation/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub enum Error {

#[cfg(target_arch = "wasm32")]
mod wasm {
use super::{Duration, TimeError};
use super::{Duration, Error};
use wasm_bindgen::prelude::wasm_bindgen;

#[wasm_bindgen]
Expand Down

0 comments on commit beeb9fe

Please sign in to comment.