Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Sep 16, 2024
1 parent ac0c0fc commit 9e8a8a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ describe('AI Assistant store', () => {
const mockSessionId = 'test';

const assistantStore = useAssistantStore();
apiSpy.mockImplementation((ctx, payload, onMessage) => {
apiSpy.mockImplementation((_ctx, _payload, onMessage) => {
onMessage({
messages: [],
sessionId: mockSessionId,
Expand Down

0 comments on commit 9e8a8a8

Please sign in to comment.