Skip to content

Commit

Permalink
Code rabbit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Sep 30, 2024
1 parent 5761025 commit 1458819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static async Task<Result> DownloadFiles(
}
finally
{
if (options.Timeout > 0)
if (linkedCts != null)
linkedCts.Dispose();
}
}
Expand Down

0 comments on commit 1458819

Please sign in to comment.