Skip to content

Commit

Permalink
fix: add nikki and huy to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
minhluuquang authored and huynguyenh committed Mar 31, 2023
1 parent 4d5a77d commit 16b0b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/handler/df_update/df_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ func (h *handler) Send(c *gin.Context) {
From: m.From,
To: []*mail.Email{
mail.NewEmail("Minh Luu", "[email protected]"),
mail.NewEmail("Huy Nguyen", "[email protected]"),
mail.NewEmail("Huy Nguyen", "[email protected]"),
mail.NewEmail("Nikki", "[email protected]"),
},
Categories: categories,
},
Expand Down

0 comments on commit 16b0b9f

Please sign in to comment.