Skip to content

Commit 9826213

Browse files
committed
Add to queue
1 parent adcfb51 commit 9826213

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

api/pkg/handlers/message_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ func (h *MessageHandler) Send(c *fiber.Ctx) error {
7474
return h.responseInternalServerError(c)
7575
}
7676

77-
return h.responseOK(c, "Outgoing message added to queue", message)
77+
return h.responseOK(c, "message added to queue", message)
7878
}

api/pkg/payloads/message_sent_payload.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)