From 28792973a5446aa93f4b8c086d37c51ce37d567f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 10 Jun 2020 06:48:16 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index f666cff..9e7a40f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -24,6 +24,6 @@ export class SmartlogDestinationReceiver implements ILogDestination { logPackage: logPackageArg } }); - // console.log(response.body); + return response.body; } }