Skip to content

Commit

Permalink
fix: use user's UID in UID field on thread
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Dec 17, 2024
1 parent 88e0781 commit 7f46f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/invoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (i *InvokeHandler) Invoke(req api.Context) error {
ThreadName: threadID,
Synchronous: synchronous,
CreateThread: true,
UserUID: req.User.GetName(),
UserUID: req.User.GetUID(),
})
if err != nil {
return err
Expand Down

0 comments on commit 7f46f0e

Please sign in to comment.