Skip to content

Commit

Permalink
fix: better compiling condition on datastore get_side_store method (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Jul 8, 2024
1 parent 9701f79 commit b60ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarity-repl/src/repl/datastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ impl ClarityBackingStore for Datastore {
Some(&handle_contract_call_special_cases)
}

#[cfg(not(feature = "wasm"))]
#[cfg(any(feature = "cli", feature = "cli"))]
fn get_side_store(&mut self) -> &::clarity::rusqlite::Connection {
panic!("Datastore cannot get_side_store")
}
Expand Down

0 comments on commit b60ee86

Please sign in to comment.