Skip to content

Commit ce8bb9e

Browse files
committed
chore: sample error
1 parent bd3aa43 commit ce8bb9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddPersonHandlerAsync.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public AddPersonHandlerAsync(IAmARelationalDbConnectionProvider relationalDbConn
2020
}
2121

2222
[RequestLoggingAsync(0, HandlerTiming.Before)]
23-
[UsePolicy(step: 1, policy: Retry.EXPONENTIAL_RETRYPOLICYASYNC)]
23+
[UsePolicyAsync(step: 1, policy: Retry.EXPONENTIAL_RETRYPOLICYASYNC)]
2424
public override async Task<AddPerson> HandleAsync(AddPerson addPerson,
2525
CancellationToken cancellationToken = default)
2626
{

0 commit comments

Comments
 (0)