From ea115dd5effe5fc5a2564b6d6411c9e3af691ffb Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Thu, 12 Jul 2018 20:45:38 -0300 Subject: [PATCH] Fix linting --- src/core/server/app/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/app/router.ts b/src/core/server/app/router.ts index eca3bbbf2..fd481ee5c 100644 --- a/src/core/server/app/router.ts +++ b/src/core/server/app/router.ts @@ -43,7 +43,7 @@ async function createTenantRouter(opts: AppOptions) { async function createAPIRouter(opts: AppOptions) { // Create a router. const router = express.Router(); - + // Configure the tenant routes. router.use("/tenant", await createTenantRouter(opts));