Skip to content

Commit 3c4404a

Browse files
maxeprichardjrossiii
authored andcommitted
Update PFObjectState.m (#922)
Fix a double call to init.
1 parent b5beb7c commit 3c4404a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/Internal/Object/State/PFObjectState.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ - (instancetype)init {
2828

2929
_serverData = [NSMutableDictionary dictionary];
3030

31-
return [super init];
31+
return self;
3232
}
3333

3434
- (instancetype)initWithState:(PFObjectState *)state {

0 commit comments

Comments
 (0)