Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Aug 4, 2024
1 parent a11691f commit e85ab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FakeXrmEasy.Core/FileStorage/Db/FileUploadSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace FakeXrmEasy.Core.FileStorage.Db
/// </summary>
internal class FileUploadSession
{
private ConcurrentDictionary<string, FileBlock> _fileBlocks;
private readonly ConcurrentDictionary<string, FileBlock> _fileBlocks;

internal string FileUploadSessionId { get; set; }
internal FileUploadProperties Properties { get; set; }
Expand Down

0 comments on commit e85ab16

Please sign in to comment.