Skip to content

Commit

Permalink
SM-837: Fix incorrect log import
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Jul 1, 2024
1 parent 15f2b68 commit ca48105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use std::{borrow::Cow, fmt::Debug};

use bitwarden_api_api::apis::Error as ApiError;
use bitwarden_api_identity::apis::Error as IdentityError;
use log::debug;
use reqwest::StatusCode;
use thiserror::Error;
use uniffi::deps::log::debug;
use validator::ValidationErrors;

#[derive(Debug, Error)]
Expand Down

0 comments on commit ca48105

Please sign in to comment.