From 01b051668ef5cea64d667633a841bbdc611d93bf Mon Sep 17 00:00:00 2001 From: Limber Mamani Date: Mon, 9 Dec 2024 12:09:18 -0400 Subject: [PATCH] fix lint --- app/Services/RunIndicatorAnalysisService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/RunIndicatorAnalysisService.php b/app/Services/RunIndicatorAnalysisService.php index af48f54e..4e365116 100644 --- a/app/Services/RunIndicatorAnalysisService.php +++ b/app/Services/RunIndicatorAnalysisService.php @@ -38,7 +38,7 @@ public function run(array $request, string $slug) 'table_name' => 'indicator_output_hectares', ], ]; - + if (! isset($slugMappings[$slug])) { return response()->json(['message' => 'Slug Not Found'], 400); }