fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-10 06:48:16 +00:00
parent d229a61ee9
commit 28792973a5

View File

@ -24,6 +24,6 @@ export class SmartlogDestinationReceiver implements ILogDestination {
logPackage: logPackageArg
}
});
// console.log(response.body);
return response.body;
}
}