Skip to content

Commit

Permalink
Fixing name
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Nov 16, 2023
1 parent 83fa9cf commit 9e298fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/pages/api/w/[wId]/assistant/conversations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function handler(
if (contentFragment) {
const cf = await postNewContentFragment(auth, {
conversation,
title: contentFragment.name,
title: contentFragment.title,
content: contentFragment.content,
url: contentFragment.url,
contentType: contentFragment.contentType,
Expand Down

0 comments on commit 9e298fd

Please sign in to comment.