mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Change exception 403 to 409 and fix indentation in the javascript
This commit is contained in:
@@ -475,7 +475,7 @@
|
||||
[reason appendString:@", "];
|
||||
}
|
||||
[unavailableAttendees release];
|
||||
return [NSException exceptionWithHTTPStatus:403 reason: reason];
|
||||
return [NSException exceptionWithHTTPStatus:409 reason: reason];
|
||||
}
|
||||
[unavailableAttendees release];
|
||||
return nil;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user