Skip to content

Commit

Permalink
changed predicate to repeatableSetPredicate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron roworth committed Oct 13, 2023
1 parent 842a2ac commit 3000d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Added

- `predicate` property to `ConditionallyShowPredicate`
- `repeatableSetPredicate` property to `ConditionallyShowPredicate`

## 5.0.0 (2023-09-17)

Expand Down
2 changes: 1 addition & 1 deletion OneBlink.SDK/models/CondtionallyShowPredicate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public string compareWith
{
get; set;
}
public ConditionallyShowPredicate predicate
public ConditionallyShowPredicate repeatableSetPredicate
{
get; set;
}
Expand Down

0 comments on commit 3000d93

Please sign in to comment.