We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dfc96 commit 8a057a7Copy full SHA for 8a057a7
web/functions/slack-bot/slack-bot.js
@@ -86,7 +86,7 @@ exports.handler = async function (request) {
86
const redirect = {
87
_type: "redirect",
88
// Some workflow state
89
- name: params[0].replace("+", " "),
+ name: params[0].replaceAll("+", " "),
90
slug: {
91
_type: "slug",
92
current: slug,
0 commit comments