Skip to content

Conversation

@prestwich
Copy link
Member

@prestwich prestwich commented Dec 30, 2025

updates for sdk @ rc.4

@prestwich prestwich marked this pull request as ready for review December 30, 2025 21:48
Copy link
Member Author

prestwich commented Dec 30, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

let secret = self.token.secret().await?;
let secret = self.token.secret().await.unwrap_or_else(|_| {
warn!("Failed to get token secret");
"".to_string()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

@prestwich prestwich changed the base branch from prestwich/err-source to graphite-base/103 December 30, 2025 21:55
@prestwich prestwich force-pushed the prestwich/quincey-error branch from 7adf3a5 to a8642e4 Compare December 30, 2025 21:55
@prestwich prestwich changed the base branch from graphite-base/103 to main December 30, 2025 21:55
@prestwich prestwich enabled auto-merge (squash) December 30, 2025 21:55
@prestwich prestwich merged commit def647a into main Dec 30, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants