From a81d8c2962f916fc01c7554b05a8bdbcd2117dc9 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Sat, 12 Aug 2023 20:20:03 -0700 Subject: [PATCH] Fix my previous fix --- packages/cli/lib/net/queue.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/lib/net/queue.dart b/packages/cli/lib/net/queue.dart index e046e354..5aeb3513 100644 --- a/packages/cli/lib/net/queue.dart +++ b/packages/cli/lib/net/queue.dart @@ -269,6 +269,7 @@ class NetQueue { final _ = await _db.connection.notifications.firstWhere( (notification) => notification.channel == 'response_', ); + continue; } final queued = QueuedResponse.fromJson( result[0][0] as Map,