refactor(feishu): hide timeout config type · openclaw/openclaw@3312c7f
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 3312c7f
refactor(feishu): hide timeout config 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 |
|---|
@@ -7,7 +7,7 @@ export const FEISHU_HTTP_TIMEOUT_MS = 30_000;
|
7 | 7 | export const FEISHU_HTTP_TIMEOUT_MAX_MS = 300_000; |
8 | 8 | export const FEISHU_HTTP_TIMEOUT_ENV_VAR = "OPENCLAW_FEISHU_HTTP_TIMEOUT_MS"; |
9 | 9 | |
10 | | -export type FeishuClientTimeoutConfig = { |
| 10 | +type FeishuClientTimeoutConfig = { |
11 | 11 | httpTimeoutMs?: number; |
12 | 12 | config?: Pick<FeishuConfig, "httpTimeoutMs">; |
13 | 13 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments