Enable nullable for more files

This commit is contained in:
Bond_009
2021-10-26 13:56:30 +02:00
parent dc72d90703
commit 1b6eb2ff2d
11 changed files with 24 additions and 34 deletions

View File

@@ -530,11 +530,7 @@ namespace Jellyfin.Server.Implementations.Users
}
}
return new PinRedeemResult
{
Success = false,
UsersReset = Array.Empty<string>()
};
return new PinRedeemResult();
}
/// <inheritdoc />