Error on Google Facade
Add event 2 calendar was returning false on error instead of null. Change-Id: I60adfb8f530fab3cf28cc4c3a09aacf733a14b31
This commit is contained in:
parent
fa75fddbcd
commit
e8ee1dcc02
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user