Skip to content

Commit

Permalink
hotfix: delete conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Dec 28, 2024
1 parent c64990c commit 9772cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/lib/api/assistant/conversation/destroy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ async function destroyConversationDataSource({
const auth = await Authenticator.internalAdminForWorkspace(workspaceId);
const conversation = await getConversationWithoutContent(
auth,
conversationId
conversationId,
true
);
if (conversation.isErr()) {
throw conversation.error;
Expand Down

0 comments on commit 9772cd4

Please sign in to comment.