VisualReCode / Cocoon

An implementation of the Strangler Fig pattern for ASP.NET Core
Apache License 2.0
62 stars 10 forks source link

Fixed `async void` to `async Task` in AdminNewProduct #1

Closed conficient closed 3 years ago

conficient commented 3 years ago

I couldn't bear to see this in the code base ;)

async void is (as I am sure you know) frowned upon.