From b880b31b3a54e34edbc9f4cc9dfa682b9c5f322a Mon Sep 17 00:00:00 2001 From: Matt Rogers <42357482+twitchyvr@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:17:50 -0700 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f01a8f3..a9a3482 100644 --- a/src/index.js +++ b/src/index.js @@ -39,7 +39,7 @@ module.exports = async function (context, req) { } catch (error) { context.res = { status: 500, - body: `Error: ${error.message} \r\nStack: ${error.stack}\r\nRaw Data: ${rawData}` + body: `Error: ${error.message} \r\nStack: ${error.stack}` } context.log.error('Function execution error:', error) }