mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(build): remove cross import from client to server for UserType
This commit is contained in:
@@ -6,7 +6,7 @@ import { isAuthenticated } from '../middleware/auth';
|
||||
import { Permission } from '../lib/permissions';
|
||||
import logger from '../logger';
|
||||
import { getSettings } from '../lib/settings';
|
||||
import { UserType } from '../../src/hooks/useUser';
|
||||
import { UserType } from '../constants/user';
|
||||
|
||||
const authRoutes = Router();
|
||||
|
||||
|
Reference in New Issue
Block a user