refactor(agents): hide oauth refresh helper type · openclaw/openclaw@0479b9e
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 0479b9e
refactor(agents): hide oauth refresh helper type
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,7 +14,7 @@ export type OAuthRefreshFailureReason =
|
14 | 14 | | "invalid_refresh_token" |
15 | 15 | | "revoked"; |
16 | 16 | |
17 | | -export type OAuthRefreshFailure = { |
| 17 | +type OAuthRefreshFailure = { |
18 | 18 | provider: string | null; |
19 | 19 | reason: OAuthRefreshFailureReason | null; |
20 | 20 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments