Skip to content

Commit e495504

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Make AccessTokenAuthClient talk directly to big-brain using service discovery (#37886)
GitOrigin-RevId: 506c32dd1bb227bbba41a3ca1805ce55f7b56bf2
1 parent f391728 commit e495504

File tree

1 file changed

+1
-1
lines changed
  • crates/big_brain_private_api_types/src

1 file changed

+1
-1
lines changed

crates/big_brain_private_api_types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pub struct AccessTokenDeploymentAuthArgs {
101101
pub action: Option<String>,
102102
}
103103

104-
#[derive(Serialize, Deserialize)]
104+
#[derive(Serialize, Deserialize, Debug)]
105105
#[serde(rename_all = "camelCase")]
106106
pub struct AccessTokenDeploymentAuthResponse {
107107
pub is_authorized: bool,

0 commit comments

Comments
 (0)