huskies: merge 725_story_auto_swap_oauth_account_on_rate_limit

This commit is contained in:
dave
2026-04-27 18:06:47 +00:00
parent 272a592a4d
commit c6bc6f07f7
3 changed files with 313 additions and 18 deletions
+1
View File
@@ -126,6 +126,7 @@ pub(super) fn save_credentials(
subscription_type: None,
rate_limit_tier: None,
rate_limited: false,
rate_limit_reset_at: None,
};
oauth::upsert_pool_account(account).map_err(Error::TokenStorage)?;