Skip to content

Commit e4ae1c6

Browse files
committed
Adjusting request limit
1 parent b41f4e2 commit e4ae1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hubspot/actions/get-associated-emails/get-associated-emails.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
optional: true,
4646
default: 20,
4747
min: 1,
48-
max: 200,
48+
max: 100,
4949
},
5050
},
5151
async run({ $ }) {

0 commit comments

Comments
 (0)