Skip to content

Commit

Permalink
chore: Build rdev stack
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Jan 22, 2025
1 parent a7ea751 commit 1600d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func main() {
}
}

fmt.Printf("Recipient '%s' does not exist.\n", recipientName)
fmt.Printf("Recipient '%s' does not exist. Please contact admin.\n", recipientName)
}

func healthHandler(c *fiber.Ctx) error {
Expand Down

0 comments on commit 1600d24

Please # to comment.