feat(google-calendar): Add max results option to new calendar trigger

This commit is contained in:
Faruk AYDIN
2023-09-28 15:08:05 +02:00
parent 2794e50a19
commit b0df03dcd2

View File

@@ -10,6 +10,7 @@ export default defineTrigger({
async run($) {
const params: Record<string, unknown> = {
pageToken: undefined as unknown as string,
maxResults: 250,
};
do {