We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30755b commit ac51c7cCopy full SHA for ac51c7c
api/pkg/handlers/message_handler.go
@@ -483,7 +483,7 @@ func (h *MessageHandler) Get(c *fiber.Ctx) error {
483
return h.responseInternalServerError(c)
484
}
485
486
- return h.responseNoContent(c, "message fetched successfully")
+ return h.responseOK(c, "message fetched successfully", message)
487
488
489
// PostCallMissed registers a missed phone call
0 commit comments