Skip to content

Commit

Permalink
fix canAccessConversation imports
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Dec 28, 2024
1 parent dbcbcbf commit 6b99b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/lib/api/assistant/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { UserType } from "@dust-tt/types";
import { ConversationError, Err, GLOBAL_AGENTS_SID, Ok } from "@dust-tt/types";
import { Op } from "sequelize";

import { canAccessConversation } from "@app/lib/api/assistant/conversation";
import { canAccessConversation } from "@app/lib/api/assistant/conversation/auth";
import type { AgentMessageFeedbackDirection } from "@app/lib/api/assistant/conversation/feedbacks";
import type { Authenticator } from "@app/lib/auth";
import { AgentConfiguration } from "@app/lib/models/assistant/agent";
Expand Down
2 changes: 1 addition & 1 deletion front/lib/api/assistant/reaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
import type { UserType } from "@dust-tt/types";
import { ConversationError, Err, Ok } from "@dust-tt/types";

import { canAccessConversation } from "@app/lib/api/assistant/conversation";
import { canAccessConversation } from "@app/lib/api/assistant/conversation/auth";
import type { Authenticator } from "@app/lib/auth";
import {
Message,
Expand Down

0 comments on commit 6b99b5e

Please sign in to comment.