From faeedaadf17cae424a72c6a4b6c3cab0e3cccd6a Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 3 Aug 2025 11:57:14 -0400 Subject: [PATCH] rm test error --- bin/nexusbot.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/nexusbot.dart b/bin/nexusbot.dart index 36fd856..74de2aa 100644 --- a/bin/nexusbot.dart +++ b/bin/nexusbot.dart @@ -130,8 +130,6 @@ If you have any issues, reply to this email.""", ).map((key, value) => MapEntry(key, value.toLowerCase())), ); - throw "test error"; - final client = await container.read( ClientController.provider.future, );