Skip to content

Commit be72bfc

Browse files
committed
Fixed warnings.
1 parent 87fc564 commit be72bfc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Workflow{
3939

4040
List<dynamic> get groups {
4141
if (_json case {'groups': List<dynamic> links}) {
42-
return groups;
42+
return links;
4343
} else {
4444
throw const FormatException('Unexpected JSON');
4545
}

test/dart_comfy_frontend_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:dart_comfy_frontend/dart_comfy_frontend.dart';
21
import 'package:test/test.dart';
32

43
void main() {

0 commit comments

Comments
 (0)