We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dbe98 commit 824a0c5Copy full SHA for 824a0c5
packages/cubejs-backend-native/src/gateway/auth_service.rs
@@ -23,7 +23,7 @@ pub struct GatewayAuthenticateResponse {
23
24
#[derive(Debug, Serialize)]
25
pub struct GatewayCheckAuthRequest {
26
- pub(crate) protocol: String,
+ pub protocol: String,
27
}
28
29
#[derive(Debug)]
0 commit comments