From f3a7447b3b363ad3a55202d24b2212250cfaf6dd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 13 Jun 2020 11:04:01 +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 6959f59..19afae1 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -3,7 +3,7 @@ import * as plugins from './smartfile-destination-file.plugins'; export class SmartlogDestinationFile implements plugins.smartlogInterfaces.ILogDestination { public async handleLog (logPackageArg: plugins.smartlogInterfaces.ILogPackage) { - + } constructor() {