Skip to content

Commit

Permalink
fixup! feat: improve DataSchemaValue handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 31, 2023
1 parent 71bf6e0 commit 1c61288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/consumed_thing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ConsumedThing implements scripting_api.ConsumedThing {
@override
Future<void> writeProperty(
String propertyName,
scripting_api.InteractionInput? input, {
InteractionInput? input, {
int? formIndex,
Map<String, Object>? uriVariables,
Object? data,
Expand Down

0 comments on commit 1c61288

Please sign in to comment.