Trailing )

This commit is contained in:
Kegan Dougal 2016-08-23 14:50:52 +01:00
parent 1c649303e3
commit ecc7850e13

View file

@ -62,7 +62,7 @@ function sendResponse(event, res) {
function sendError(event, msg, nestedError) {
console.error("Action:" + event.data.action + " failed with message: " + msg);
const data = JSON.parse(JSON.stringify(event.data);
const data = JSON.parse(JSON.stringify(event.data));
data.response = {
error: {
message: msg,