fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-11 20:47:48 +01:00
parent 03c1f17e79
commit 61ccead053

View File

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