mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 23:55:46 +08:00
Fix linting
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user