Skip to content

Commit 95f86a2

Browse files
committed
Remove public on TenantTokenClaim
1 parent c1affa9 commit 95f86a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tenant_tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use uuid::Uuid;
77

88
#[derive(Debug, Serialize, Deserialize)]
99
#[serde(rename_all = "camelCase")]
10-
pub struct TenantTokenClaim {
10+
struct TenantTokenClaim {
1111
api_key_uid: String,
1212
search_rules: Value,
1313
#[serde(with = "time::serde::timestamp::option")]

0 commit comments

Comments
 (0)