Skip to content

Commit b61fb5d

Browse files
committed
refactored
1 parent 72106c7 commit b61fb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AspNetRunBasic/Data/AspnetRunContextSeed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static async Task SeedAsync(AspnetRunContext aspnetrunContext, ILoggerFac
4040
log.LogError(exception.Message);
4141
await SeedAsync(aspnetrunContext, loggerFactory, retryForAvailability);
4242
}
43-
throw new Exception();
43+
throw;
4444
}
4545
}
4646

0 commit comments

Comments
 (0)