Skip to content

Commit 28de1b1

Browse files
authored
Update Blazor/PostSharp.Samples.Blazor.AutoRetry/Services/WeatherService.cs
1 parent 37d5aad commit 28de1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Blazor/PostSharp.Samples.Blazor.AutoRetry/Services/WeatherService.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ namespace PostSharp.Samples.Blazor.AutoRetry.Services
77
[AutoRetry]
88
public class WeatherService
99
{
10-
private static int counter;
10+
private int counter;
11+
1112
private readonly HttpClient httpClient;
1213

1314
public WeatherService(HttpClient httpClient)

0 commit comments

Comments
 (0)