Skip to content

Commit

Permalink
idfk where i'm even sending messages anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriggs committed Jan 23, 2024
1 parent ae27a5a commit 01e8f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messageRouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func send(ctx context.Context, rdb *redis.Client, reply model.MessageSend) {
meta := model.Metadata{
ID: uuid.NewV4(),
Source: "party-pack",
Dest: reply.Metadata.Source,
Dest: reply.Metadata.Dest,
}

// Set the message metadata
Expand Down

0 comments on commit 01e8f41

Please sign in to comment.