Skip to content

Commit

Permalink
remove unused vars per lint
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime committed Dec 28, 2024
1 parent b301301 commit d0cc6d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client-direct/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ export class DirectClient {
memory,
[responseMessage],
state,
async (newMessages) => {
message = newMessages;
async () => {
return [memory];
}
);
Expand Down

0 comments on commit d0cc6d2

Please sign in to comment.