myquay / MultiTenant.AspNetCore

Multi-tenancy support for ASP.NET Core 8
MIT License
20 stars 5 forks source link

Fix try/finally block #5

Closed epsitec closed 1 month ago

epsitec commented 1 month ago

If getting existingFeature fails, we don't want the finally block to be executed.

myquay commented 1 month ago

Looks good, thank you.