test: fix discord threading lint · openclaw/openclaw@d1140d0
steipete
·
2026-05-11
·
via Recent Commits to openclaw:main
File tree
extensions/discord/src/monitor
| Original file line number | Diff line number | Diff line change |
|---|
@@ -354,7 +354,7 @@ describe("resolveDiscordAutoThreadContext", () => {
|
354 | 354 | peer: { kind: "channel", id: "thread" }, |
355 | 355 | }), |
356 | 356 | ModelParentSessionKey: testCase.expectedModelParentSessionKey, |
357 | | - ...(testCase.parentInheritanceEnabled === true |
| 357 | + ...(testCase.parentInheritanceEnabled |
358 | 358 | ? { ParentSessionKey: testCase.expectedParentSessionKey } |
359 | 359 | : {}), |
360 | 360 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。