Skip to content

Commit

Permalink
#1104 affinity nullable affinity prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Jul 12, 2019
1 parent 06bebc8 commit 54f2eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/ASDModels/ASDFilterObjects.m
Expand Up @@ -661,7 +661,7 @@ - (id)initWithText:(NSString *)ruleText enabled:(BOOL)enabled{
_ruleId = @(0);
_ruleText = ruleText ?: [NSString string];
_isEnabled = @(enabled);
_affinity = @(0);
_affinity = nil;
}

return self;
Expand Down

0 comments on commit 54f2eef

Please sign in to comment.