Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 5fec2b3

Browse files
refactor: Removed unused variable
1 parent 97dd6ad commit 5fec2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceLayer.API/Functions/BSSelectFunctions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public async Task<IActionResult> IngressEpisode([HttpTrigger(AuthorizationLevel.
2828
return new BadRequestObjectResult("Deserialization returned null");
2929
}
3030

31-
var validationResults = new List<ValidationResult>();
3231
var validationContext = new ValidationContext(bssEpisodeEvent);
3332

3433
Validator.ValidateObject(bssEpisodeEvent, validationContext, true);

0 commit comments

Comments
 (0)