Skip to content

Commit

Permalink
fix tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Sep 23, 2023
1 parent 33160fd commit 7877e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public abstract class GetFileMultiTenancyInput

public virtual Guid? GetTenantId(ICurrentTenant currentTenant)
{
if (TenantId.IsNullOrWhiteSpace())
if (!TenantId.IsNullOrWhiteSpace())
{
if ("g".Equals(TenantId, StringComparison.InvariantCultureIgnoreCase))
{
Expand Down

0 comments on commit 7877e95

Please sign in to comment.