From 121cf12f1f756cacf85469138b33f7eaf5ca7fdf Mon Sep 17 00:00:00 2001 From: majortom327 Date: Fri, 22 Sep 2023 19:03:34 +0200 Subject: [PATCH] remove a bad import --- .husky/pre-commit | 1 + app/controllers/index.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5b20d85..bc31f9e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" yarn pretty-quick --staged +yarn test:ci diff --git a/app/controllers/index.ts b/app/controllers/index.ts index 8d6fc88..24dad7b 100644 --- a/app/controllers/index.ts +++ b/app/controllers/index.ts @@ -1,2 +1 @@ -export * from "./.gitkeep"; export * from "./UserController";