Skip to content

Commit 01e8aac

Browse files
committed
update channelId prop
1 parent 89b584b commit 01e8aac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/slack_bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/slack_bot",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Pipedream Slack_bot Components",
55
"main": "slack_bot.app.mjs",
66
"keywords": [

components/slack_bot/sources/new-message-in-channel/new-message-in-channel.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
...common,
77
key: "slack_bot-new-message-in-channel",
88
name: "New Message In Channel",
9-
version: "0.0.5",
9+
version: "0.0.6",
1010
description: "Emit new event when a new message is posted to a public, private or group channel (Bot)",
1111
type: "source",
1212
dedupe: "unique",
@@ -15,7 +15,7 @@ export default {
1515
channelId: {
1616
propDefinition: [
1717
common.props.app,
18-
"channelId",
18+
"conversation",
1919
() => ({
2020
types: [
2121
constants.CHANNEL_TYPE.PUBLIC,

0 commit comments

Comments
 (0)