Skip to content

Commit

Permalink
fixing minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSavage committed Jan 28, 2025
1 parent 7dcf205 commit f14e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zettelkasten-front/src/api/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function postChatMessage(
const newMessage = {
conversation_id: conversationId, // Will be undefined for new conversations
content,
referenced_card_pk: contextCards?.map((card) => card.id),
referenced_card_pks: contextCards?.map((card) => card.id),
};

return fetch(url, {
Expand Down

0 comments on commit f14e64b

Please sign in to comment.