Skip to content

Commit

Permalink
chore: 🤖 fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jun 24, 2024
1 parent 974f3f3 commit 5ce692e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotlottie-rs/src/dotlottie_player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,6 @@ impl DotLottiePlayer {
true
}

#[cfg(target_arch = "wasm32")]
pub fn manifest_string(&self) -> String {
self.player.try_read().map_or_else(|_| String::new(), |player| player.manifest_string())
}
Expand Down

0 comments on commit 5ce692e

Please sign in to comment.