Skip to content

Commit

Permalink
fixup! feat!(InteractionOutput): make form field required
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 27, 2024
1 parent 95dede2 commit f35e632
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/core/implementation/interaction_output.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ class InteractionOutput implements scripting_api.InteractionOutput {
) : _data = _content.body;

final Content _content;

final Form _form;

final DataSchema? _schema;
final Stream<List<int>> _data;

Expand Down

0 comments on commit f35e632

Please sign in to comment.