Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alfogrillo committed Jan 31, 2023
1 parent 1f5997c commit 0fe0d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MatrixSDK/NotificationCenter/MXNotificationCenter.m
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,7 @@ - (void)updatePushRuleActions:(NSString*)ruleId
completion(nil);
}
}];
}
failure:^(NSError *error) {
} failure:^(NSError *error) {
[[NSNotificationCenter defaultCenter] postNotificationName:kMXNotificationCenterDidFailRulesUpdate object:self userInfo:@{kMXNotificationCenterErrorKey:error}];
if (completion) {
completion(error);
Expand Down

0 comments on commit 0fe0d74

Please sign in to comment.