Fix linting

This commit is contained in:
Chi Vinh Le
2018-07-12 20:45:38 -03:00
parent 057d4254fa
commit ea115dd5ef
+1 -1
View File
@@ -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));