1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Remove full stop in email workflow block description

This commit is contained in:
Andrew Kingston 2020-09-16 15:39:19 +01:00
parent 6da25faaa4
commit 15e3b48f0a

View file

@ -2,7 +2,7 @@ const sgMail = require("@sendgrid/mail")
sgMail.setApiKey(process.env.SENDGRID_API_KEY)
module.exports.definition = {
description: "Send an email.",
description: "Send an email",
tagline: "Send email to {{inputs.to}}",
icon: "ri-mail-open-fill",
name: "Send Email",