Skip to content

Commit 6e43d68

Browse files
committed
chore: hide ok from non crate users
1 parent 617b84c commit 6e43d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/client/src/api_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use serde::{Deserialize, Serialize};
22

33
#[derive(Clone, Debug, Serialize, Deserialize)]
44
pub struct APIError {
5-
pub ok: bool,
5+
pub(crate) ok: bool,
66
pub error: String,
77
}
88

0 commit comments

Comments
 (0)