Fix Split Bill
This commit is contained in:
@@ -36,7 +36,6 @@ func (h *OutletHandler) ListOutlets(c *gin.Context) {
|
||||
OrganizationID: contextInfo.OrganizationID,
|
||||
}
|
||||
|
||||
// Parse query parameters
|
||||
if pageStr := c.Query("page"); pageStr != "" {
|
||||
if page, err := strconv.Atoi(pageStr); err == nil {
|
||||
req.Page = page
|
||||
|
||||
Reference in New Issue
Block a user