Skip to content

Commit

Permalink
Merge pull request #45 from mark-s/updatets
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-s committed May 5, 2024
2 parents 822bfc5 + 0e4ee0e commit 14853ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QnapBackupDecryptor.Core/FileJobExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
internal static class FileJobExtensions
{
internal static List<FileJob> ToList(this FileJob job)
=> [job];
=> new List<FileJob>() { job };
}

0 comments on commit 14853ae

Please sign in to comment.