Skip to content

Commit 87fc564

Browse files
committed
Fixed warning.
1 parent eaf5df2 commit 87fc564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/dart_comfy_frontend_example.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ import 'package:dart_comfy_frontend/dart_comfy_frontend.dart';
22

33
void main() {
44
var workflow = WorkflowNode.fromJSON({'id': 1});
5+
print(workflow.id);
56
}

0 commit comments

Comments
 (0)