mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
chore(lint): no-explicit-any in agent-storage.test
This commit is contained in:
@@ -368,7 +368,7 @@ describe("AgentStorage", () => {
|
||||
|
||||
const storageInternals = storage as unknown as {
|
||||
pendingWrites: Map<string, Promise<void>>;
|
||||
cache: Map<string, any>;
|
||||
cache: Map<string, unknown>;
|
||||
};
|
||||
storageInternals.pendingWrites.set(agentId, pendingWrite);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user