mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:57:40 +00:00
chore: Enable typescript/no-explicit-any rule.
This commit is contained in:
@@ -8,6 +8,7 @@ describe("createSlackThreadTsResolver", () => {
|
||||
messages: [{ ts: "1", thread_ts: "9" }],
|
||||
});
|
||||
const resolver = createSlackThreadTsResolver({
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
client: { conversations: { history: historyMock } } as any,
|
||||
cacheTtlMs: 60_000,
|
||||
maxSize: 5,
|
||||
|
||||
Reference in New Issue
Block a user