mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
build(deps): update dependencies and update relevant files
This commit is contained in:
@@ -5,7 +5,7 @@ import { hasPermission, Permission } from '../lib/permissions';
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.get('/', async (req, res) => {
|
||||
router.get('/', async (_req, res) => {
|
||||
const userRepository = getRepository(User);
|
||||
|
||||
const users = await userRepository.find();
|
||||
|
Reference in New Issue
Block a user