From 4010d019ae06aa1e3febec0140f3d767e75e153b Mon Sep 17 00:00:00 2001 From: NBA2K1 <78034913+NBA2K1@users.noreply.github.com> Date: Fri, 2 May 2025 13:13:14 +0200 Subject: [PATCH] Idk why I had removed the requirement --- lib/services/trackers/myanimelist.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/trackers/myanimelist.dart b/lib/services/trackers/myanimelist.dart index 4a4275f4..eaf2e588 100644 --- a/lib/services/trackers/myanimelist.dart +++ b/lib/services/trackers/myanimelist.dart @@ -27,7 +27,7 @@ class MyAnimeList extends _$MyAnimeList { : '0c9100ccd443ddb441a319a881180f7f'; @override - void build({required int syncId, ItemType? itemType}) {} + void build({required int syncId, required ItemType? itemType}) {} Future login() async { final callbackUrlScheme =