Skip to content

Commit c1affa9

Browse files
committed
Fix clippy warning
1 parent d60ac80 commit c1affa9

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
@@ -33,7 +33,7 @@ pub fn generate_tenant_token(
3333
}
3434

3535
let claims = TenantTokenClaim {
36-
api_key_uid: api_key_uid.clone(),
36+
api_key_uid,
3737
exp: expires_at,
3838
search_rules,
3939
};

0 commit comments

Comments
 (0)