Skip to content

Commit

Permalink
Fixing user alias
Browse files Browse the repository at this point in the history
  • Loading branch information
overmode committed Dec 30, 2024
1 parent f3a3363 commit 9c4f4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/lib/resources/agent_message_feedback_resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export class AgentMessageFeedbackResource extends BaseResource<AgentMessageFeedb
},
{
model: UserResource.model,
as: "user",
attributes: ["name", "imageUrl", "email"],
},
],
Expand Down Expand Up @@ -222,6 +223,7 @@ export class AgentMessageFeedbackResource extends BaseResource<AgentMessageFeedb
},
{
model: UserResource.model,
as: "user",
attributes: ["name", "email"],
},
],
Expand Down

0 comments on commit 9c4f4e4

Please sign in to comment.