Skip to content

Commit a1118b4

Browse files
committed
Merge branch 'main' of github.com:NdoleStudio/httpsms
2 parents d32a735 + ac51c7c commit a1118b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pkg/handlers/message_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ func (h *MessageHandler) Get(c *fiber.Ctx) error {
483483
return h.responseInternalServerError(c)
484484
}
485485

486-
return h.responseNoContent(c, "message fetched successfully")
486+
return h.responseOK(c, "message fetched successfully", message)
487487
}
488488

489489
// PostCallMissed registers a missed phone call

0 commit comments

Comments
 (0)