Change exception 403 to 409 and fix indentation in the javascript

pull/45/head
Alexandre Cloutier 2014-07-16 14:08:39 -04:00
parent 5217bed5ae
commit eaec5a614d
2 changed files with 585 additions and 585 deletions

View File

@ -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