mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
fix ValidateOrganizationsAsync on job
This commit is contained in:
parent
0983a35cf3
commit
2972f7789f
@ -21,7 +21,7 @@ namespace Bit.Api.Jobs
|
|||||||
|
|
||||||
protected async override Task ExecuteJobAsync(IJobExecutionContext context)
|
protected async override Task ExecuteJobAsync(IJobExecutionContext context)
|
||||||
{
|
{
|
||||||
await _licensingService.ValidateUsersAsync();
|
await _licensingService.ValidateOrganizationsAsync();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user