Skip to content

Commit 2220bac

Browse files
committed
Fixed bug with removed sync method.
1 parent 14f6155 commit 2220bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cofoundry.Plugins.ErrorLogging/Domain/Services/ErrorLoggingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private async Task SendMailAsync(HttpContext httpContxt, Error error, string add
199199

200200
if (!Debugger.IsAttached)
201201
{
202-
_mailService.Dispatch(msg);
202+
await _mailService.DispatchAsync(msg);
203203
}
204204
}
205205

0 commit comments

Comments
 (0)