We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fc564 commit be72bfcCopy full SHA for be72bfc
lib/src/workflow.dart
@@ -39,7 +39,7 @@ class Workflow{
39
40
List<dynamic> get groups {
41
if (_json case {'groups': List<dynamic> links}) {
42
- return groups;
+ return links;
43
} else {
44
throw const FormatException('Unexpected JSON');
45
}
test/dart_comfy_frontend_test.dart
@@ -1,4 +1,3 @@
1
-import 'package:dart_comfy_frontend/dart_comfy_frontend.dart';
2
import 'package:test/test.dart';
3
4
void main() {
0 commit comments