Skip to content

Commit 4e6daec

Browse files
committed
fix warning
1 parent 1cff103 commit 4e6daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Net9MultiTenant/Pages/NoTenant.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Net9MultiTenant.Pages
1111
public class NoTenantModel() : PageModel
1212
{
1313
[ExcludeFromMultiTenantResolution]
14-
public async Task OnGet()
14+
public void OnGet()
1515
{
1616

1717
}

0 commit comments

Comments
 (0)