Skip to content

Commit 824a0c5

Browse files
committed
chore: open
1 parent 77dbe98 commit 824a0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/src/gateway/auth_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub struct GatewayAuthenticateResponse {
2323

2424
#[derive(Debug, Serialize)]
2525
pub struct GatewayCheckAuthRequest {
26-
pub(crate) protocol: String,
26+
pub protocol: String,
2727
}
2828

2929
#[derive(Debug)]

0 commit comments

Comments
 (0)