Skip to content

Commit 4c371fd

Browse files
committed
Remove the comment
1 parent b9dabb5 commit 4c371fd

File tree

1 file changed

+1
-1
lines changed
  • crates/bitwarden-state/src/sdk_managed

1 file changed

+1
-1
lines changed

crates/bitwarden-state/src/sdk_managed/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use thiserror::Error;
44

55
use crate::repository::{Repository, RepositoryError, RepositoryItem, RepositoryItemData};
66

7-
//#[cfg(target_arch = "wasm32")]
7+
#[cfg(target_arch = "wasm32")]
88
mod indexed_db;
99
#[cfg(target_arch = "wasm32")]
1010
pub(super) type SystemDatabase = indexed_db::IndexedDbDatabase;

0 commit comments

Comments
 (0)