diff --git a/src/BuildCast/DataModel/FeedStore.cs b/src/BuildCast/DataModel/FeedStore.cs index 6d96801..8eb848c 100644 --- a/src/BuildCast/DataModel/FeedStore.cs +++ b/src/BuildCast/DataModel/FeedStore.cs @@ -63,7 +63,7 @@ from sub in myJoin.DefaultIfEmpty() catch (Exception ex) { Debug.WriteLine($"Download scan failed with error {ex.Message}"); - throw ex; + throw; } }); }