Skip to content

Commit

Permalink
Fix TypeError in Slack send-message-private-channel action (Pipedream…
Browse files Browse the repository at this point in the history
  • Loading branch information
js07 authored Mar 4, 2022
1 parent 8ded88a commit adb4c41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import common from "../send-message-common.mjs";

export default {
...common,
key: "slack-send-message-private-channel",
name: "Send Message to a Private Channel",
description: "Send a message to a private channel and customize the name and avatar of the bot that posts the message",
version: "0.2.0",
version: "0.2.1",
type: "action",
props: {
...common.props,
Expand Down

0 comments on commit adb4c41

Please sign in to comment.