Skip to content

Commit

Permalink
Temporarily fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Dec 21, 2024
1 parent 2831a8f commit b5da9aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private async Task PerformRemoval(ICollection<LocalFileInfo>? deletionSource, lo

if (isToRecycleBin)
{
IList<string> toBeDeleted = new List<string>();
List<string> toBeDeleted = new List<string>();

foreach (LocalFileInfo fileInfo in deletionSource)
{
Expand Down

0 comments on commit b5da9aa

Please sign in to comment.