From 939f6da0c4685c4f9286254b295f8b0d05cdb225 Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Tue, 10 Mar 2026 22:33:26 +0100 Subject: [PATCH] fix: test deploy --- .../QueryHandler/GetMangaPreferredSourcesHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Domain/Scraping/Application/QueryHandler/GetMangaPreferredSourcesHandler.php b/src/Domain/Scraping/Application/QueryHandler/GetMangaPreferredSourcesHandler.php index 094052e..7a50f0e 100644 --- a/src/Domain/Scraping/Application/QueryHandler/GetMangaPreferredSourcesHandler.php +++ b/src/Domain/Scraping/Application/QueryHandler/GetMangaPreferredSourcesHandler.php @@ -64,7 +64,7 @@ readonly class GetMangaPreferredSourcesHandler ); } - // 4. Si pas de sources préférées, retourner toutes les sources actives + // 4. Si pas de sources préférées, retourner toutes les sources active return new GetMangaPreferredSourcesResponse( $query->mangaId, $allActiveSources,