Skip to content

Commit

Permalink
👷: tests for ci githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed Mar 7, 2024
1 parent 3d70594 commit 2986387
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/Controller/Api/TimetableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ public function index(Request $request): JsonResponse
$parsedJson = $this->timetableService->fetchAndParseData($xmlUrl);
return $this->json($parsedJson);
} else {
<<<<<<< HEAD
return $this->json(['error' => 'Invalid XML url'], JsonResponse::HTTP_BAD_REQUEST);
=======
return $this->json(['error' => 'Invalid xml url'], JsonResponse::HTTP_BAD_REQUEST);
>>>>>>> dev
}
}
}

0 comments on commit 2986387

Please sign in to comment.