From 283c3f14760c925fe9bf51a2db6f2d567dedb4fe Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 25 Sep 2021 17:33:23 +0000 Subject: Add lint check to pipeline --- src/util/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/logger.ts') diff --git a/src/util/logger.ts b/src/util/logger.ts index 2fc0749..d779718 100644 --- a/src/util/logger.ts +++ b/src/util/logger.ts @@ -24,5 +24,5 @@ export default ( transports: Transport[]; } => ({ format: combine(splat(), timestamp(), label({ label: clazz })), - transports: [new Console({ level: level, format: consoleFormat })] + transports: [new Console({ level: level, format: consoleFormat })], }); -- cgit