Skip to content

Commit 57921e7

Browse files
committed
Feature GitHub:11199 (fix issue #12022)
1 parent bce89b7 commit 57921e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Project/Sources/Classes/GoogleCalendar.4dm

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Function getCalendar($inID : Text) : Object
2222
// GET https://www.googleapis.com/calendar/v3/users/me/calendarList/calendarId
2323

2424
var $response : Variant:=Null
25-
Super._throwErrors(False)
26-
25+
2726
Case of
2827
: (Type($inID)#Is text)
2928
Super._throwError(10; {which: "\"calendarId\""; function: "google.calendar.getCalendar"})
@@ -37,8 +36,6 @@ Function getCalendar($inID : Text) : Object
3736

3837
End case
3938

40-
Super._throwErrors(True)
41-
4239
return $response
4340

4441

0 commit comments

Comments
 (0)