Skip to content

Commit

Permalink
fix: update symbol name after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Dec 16, 2024
1 parent 26d6ed4 commit 77c3247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bitwarden-uniffi/src/tool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub use sends::SendClient;
pub struct GeneratorClients(pub(crate) Arc<Client>);

#[uniffi::export(async_runtime = "tokio")]
impl ClientGenerators {
impl GeneratorClients {
/// Generate Password
pub fn password(&self, settings: PasswordGeneratorRequest) -> Result<String> {
Ok(self
Expand Down Expand Up @@ -56,7 +56,7 @@ impl ClientGenerators {
pub struct ExporterClient(pub(crate) Arc<Client>);

#[uniffi::export]
impl ClientExporters {
impl ExporterClient {
/// Export user vault
pub fn export_vault(
&self,
Expand Down

0 comments on commit 77c3247

Please sign in to comment.