From b854dc89547e53d721918fb4741a3e7d9a52d187 Mon Sep 17 00:00:00 2001 From: LumaLivy Date: Mon, 8 Nov 2021 07:03:36 -0500 Subject: [PATCH] cleanup --- ProjectLighthouse/Controllers/SlotsController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ProjectLighthouse/Controllers/SlotsController.cs b/ProjectLighthouse/Controllers/SlotsController.cs index aeaa2e7a..6454920d 100644 --- a/ProjectLighthouse/Controllers/SlotsController.cs +++ b/ProjectLighthouse/Controllers/SlotsController.cs @@ -122,6 +122,5 @@ namespace LBPUnion.ProjectLighthouse.Controllers return this.Ok(LbpSerializer.TaggedStringElement("slots", response, "hint_start", pageStart + Math.Min(pageSize, 30))); } - } } \ No newline at end of file