Error on Google Facade

Add event 2 calendar was returning false on error
instead of null.

Change-Id: I60adfb8f530fab3cf28cc4c3a09aacf733a14b31
This commit is contained in:
Sebastian Marcet 2017-10-30 00:31:06 -03:00
parent fa75fddbcd
commit e8ee1dcc02
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ final class GoogleCalendarSyncRemoteFacade
throw new RateLimitExceededException($ex1->getMessage(), $ex1->getCode());
}
Log::warning($ex1);
return false;
return null;
}
catch (Exception $ex){
Log::error($ex);