From 86edcca6ac1522ef719d5a63f3ae9eaa36fe8cbc Mon Sep 17 00:00:00 2001 From: ryadav88 <ryadav88@gmail.com> Date: Mon, 28 Mar 2016 15:08:13 -0700 Subject: [PATCH] \n --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9000e10..8b144cd 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ app.post('/post', function(req, res){ var body = { response_type: "in_channel", - text: "Temperature: " + first_url + \n + "Condition: " + weatherC + text: "Temperature: " + first_url + "\n" + "Condition: " + weatherC }; res.send(body); -- GitLab