File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
44 key : "slack-find-message" ,
55 name : "Find Message" ,
66 description : "Find a Slack message. [See the documentation](https://api.slack.com/methods/search.messages)" ,
7- version : "0.0.24 " ,
7+ version : "0.0.25 " ,
88 type : "action" ,
99 props : {
1010 slack,
@@ -66,7 +66,7 @@ export default {
6666 if ( matches . length >= this . maxResults ) {
6767 break ;
6868 }
69- hasMore = messages ?. length ;
69+ hasMore = messages . matches ?. length ;
7070 params . page ++ ;
7171 } while ( hasMore ) ;
7272
Original file line number Diff line number Diff line change 11{
22 "name" : " @pipedream/slack" ,
3- "version" : " 0.9.3 " ,
3+ "version" : " 0.9.4 " ,
44 "description" : " Pipedream Slack Components" ,
55 "main" : " slack.app.mjs" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments