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 {
4
4
key : "slack-find-message" ,
5
5
name : "Find Message" ,
6
6
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 " ,
8
8
type : "action" ,
9
9
props : {
10
10
slack,
@@ -66,7 +66,7 @@ export default {
66
66
if ( matches . length >= this . maxResults ) {
67
67
break ;
68
68
}
69
- hasMore = messages ?. length ;
69
+ hasMore = messages . matches ?. length ;
70
70
params . page ++ ;
71
71
} while ( hasMore ) ;
72
72
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/slack" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.9.4 " ,
4
4
"description" : " Pipedream Slack Components" ,
5
5
"main" : " slack.app.mjs" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments