claudia-bot-builder-fork
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -52,4 +52,4 @@ 'use strict'; | ||
return new api.ApiResponse( | ||
request.env.slackHomePageUrl, | ||
{'X-Version': '302', 'Content-Type': 'text/plain', 'X-slack-data': encodeURIComponent(slack_response.body)}); | ||
`${request.env.slackHomePageUrl}?encodedBody=${encodeURIComponent(slack_response.body)}`, | ||
{'X-Version': 302, 'Content-Type': 'text/plain', 'X-slack-data': encodeURIComponent(slack_response.body)}); | ||
}); | ||
@@ -56,0 +56,0 @@ }, { |
{ | ||
"name": "claudia-bot-builder-fork", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "Create chat-bots for various platforms and deploy to AWS Lambda quickly, slack app fixes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
168219