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 ecc8cc4 commit d285ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/wot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class WoT implements scripting_api.WoT {
ThingDiscovery discover(
Uri url, {
scripting_api.ThingFilter? thingFilter,
DiscoveryMethod method = scripting_api.DiscoveryMethod.direct,
DiscoveryMethod method = DiscoveryMethod.direct,
}) {
return ThingDiscovery(url, thingFilter, _servient, method: method);
}
Expand Down

0 comments on commit d285ded

Please sign in to comment.