Skip to content

Commit 0f11f6f

Browse files
committed
fix: remove maxResults
- maxResults seems to block generation in some cases. Not sure why there would be more results than expected but first one seems to be the right one so removing should be ok Signed-off-by: Michael Dawson <[email protected]>
1 parent 19f4838 commit 0f11f6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

create-node-meeting-artifacts.js

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ghauth(authOptions, (err, authData) => {
6464
timeMax: (new Date(Date.now() + 7 * 24 * 60 * 60 * 1000)).toISOString(),
6565
singleEvents: true,
6666
q: meetingProperties.CALENDAR_FILTER.replace(/"/g, '').replace(/ /g, '.'),
67-
maxResults: 2,
6867
}, (err, response) => {
6968
if (err) {
7069
throw err;

0 commit comments

Comments
 (0)