From bce71f1558494092ee998626a3b251144f8c30e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lais=20Frig=C3=A9rio?= Date: Mon, 13 Jan 2025 22:11:56 -0300 Subject: [PATCH] v0.1.6: fix lint issues --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index edd536b..f8ce449 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ export * from './dto/quiz.dto'; export * from './entities/quiz.entity'; export * from './quizland'; -export * from './types'; \ No newline at end of file +export * from './types';