mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
feat: sync implementation for the user entity (#16234)
* ci: print out typeorm generation changes * feat: sync implementation for the user entity wip --------- Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
@@ -29,7 +29,7 @@ import { AuthService } from 'src/services/auth.service';
|
||||
import { CliService } from 'src/services/cli.service';
|
||||
import { DatabaseService } from 'src/services/database.service';
|
||||
|
||||
const common = [...repositories, ...services];
|
||||
const common = [...repositories, ...services, GlobalExceptionFilter];
|
||||
|
||||
const middleware = [
|
||||
FileUploadInterceptor,
|
||||
|
||||
Reference in New Issue
Block a user