sqs-queue-parallel icon indicating copy to clipboard operation
sqs-queue-parallel copied to clipboard

Line 48 is an issue

Open devotox opened this issue 9 years ago • 1 comments

you need try JSON.parse(message.Body) catch then message.Body

try { JSON.parse(message.Body); } catch (_error) { message.Body; }

devotox avatar Apr 14 '15 16:04 devotox