Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhe03 committed Aug 15, 2023
2 parents 208f23a + 61cfa0f commit 49b8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fair/lib/src/internal/bind_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class BindingData {
var value = jsonDecode(result);
return value['result']['result'];
} else {
return _functions?[funcName];
return _functions?[funcName]?.call();
}
}

Expand Down

0 comments on commit 49b8774

Please sign in to comment.