From b5501322627ce6f5e11ff5693450504aa4745b56 Mon Sep 17 00:00:00 2001 From: Altinok Darici Date: Mon, 27 Feb 2023 23:51:20 -0800 Subject: [PATCH] fix linter --- api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/index.ts b/api/src/index.ts index e357777b45c..b664918f470 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -32,7 +32,7 @@ export { DiagLogger, DiagLogLevel, ComponentLoggerOptions, - LoggerOptions + LoggerOptions, } from './diag/types'; export type { DiagAPI } from './api/diag';