We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cdf8c commit 75c1eadCopy full SHA for 75c1ead
1 file changed
listen-interface/src/store/suggestStore.ts
@@ -44,7 +44,7 @@ export const useSuggestStore = create<SuggestState>((set, get) => ({
44
set({ lastMessageHadSpecialTags: value });
45
},
46
47
- fetchSuggestions: async (chatId, messages, getAccessToken, portfolio, chatType, locale = "en") => {
+ fetchSuggestions: async (chatId, messages, getAccessToken, portfolio, _chatType, locale = "en") => {
48
if (messages.length === 0) return;
49
50
const lastMessage = messages[messages.length - 1];
0 commit comments