Skip to content

Commit 2417bf6

Browse files
committed
Fix compile
1 parent f5af0ca commit 2417bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/client/internal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ impl InternalClient {
184184
}
185185

186186
#[allow(missing_docs)]
187-
pub fn init_user_id(&self, user_id: Uuid) -> Result<(), UserIdAlreadySetError> {
187+
pub fn init_user_id(&self, user_id: UserId) -> Result<(), UserIdAlreadySetError> {
188188
self.user_id.set(user_id).map_err(|_| UserIdAlreadySetError)
189189
}
190190

0 commit comments

Comments
 (0)