mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
fix ValidateOrganizationsAsync on job
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bit.Api.Jobs
|
||||
|
||||
protected async override Task ExecuteJobAsync(IJobExecutionContext context)
|
||||
{
|
||||
await _licensingService.ValidateUsersAsync();
|
||||
await _licensingService.ValidateOrganizationsAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user