test(telegram): satisfy reaction guard lint · openclaw/openclaw@db82380
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -51,7 +51,7 @@ function createStatusReactionControllerStub() {
|
51 | 51 | clear: vi.fn(async () => undefined), |
52 | 52 | restoreInitial: vi.fn(async () => undefined), |
53 | 53 | }; |
54 | | -const createStatusReactionController = vi.fn((params: StatusReactionControllerParams) => { |
| 54 | +const createStatusReactionController = vi.fn((_params: StatusReactionControllerParams) => { |
55 | 55 | return controller; |
56 | 56 | }); |
57 | 57 | return { controller, createStatusReactionController }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。