mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-23 18:29:19 -05:00
fix: include displayName in user selection for tag migration
This commit is contained in:
@@ -14,7 +14,7 @@ const migrationArrTags = async (settings: any): Promise<AllSettings> => {
|
||||
|
||||
const userRepository = getRepository(User);
|
||||
const users = await userRepository.find({
|
||||
select: ['id'],
|
||||
select: ['id', 'displayName'],
|
||||
});
|
||||
|
||||
let errorOccurred = false;
|
||||
|
||||
Reference in New Issue
Block a user