Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope committed Dec 9, 2024
1 parent c4705ae commit 01b0516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/RunIndicatorAnalysisService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 01b0516

Please sign in to comment.