File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
sources/new-deal-in-stage Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/hubspot" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Pipedream Hubspot Components" ,
55 "main" : " hubspot.app.mjs" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default {
77 key : "hubspot-new-deal-in-stage" ,
88 name : "New Deal In Stage" ,
99 description : "Emit new event for each new deal in a stage." ,
10- version : "0.0.23 " ,
10+ version : "0.0.24 " ,
1111 dedupe : "unique" ,
1212 type : "source" ,
1313 props : {
@@ -85,14 +85,9 @@ export default {
8585 } ,
8686 async processDeals ( params , after ) {
8787 let maxTs = after || 0 ;
88- const limiter = this . _limiter ( ) ;
8988
9089 do {
91- const results = await this . _requestWithLimiter (
92- limiter ,
93- this . hubspot . searchCRM . bind ( this ) ,
94- params ,
95- ) ;
90+ const results = await this . hubspot . searchCRM ( params ) ;
9691 if ( results . paging ) {
9792 params . after = results . paging . next . after ;
9893 } else {
You can’t perform that action at this time.
0 commit comments