Skip to content

Commit

Permalink
Fix my previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 13, 2023
1 parent 5dc89ec commit a81d8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/lib/net/queue.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, dynamic>,
Expand Down

0 comments on commit a81d8c2

Please sign in to comment.