mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
cleanup old jobs
This commit is contained in:
@@ -53,9 +53,12 @@ namespace Bit.Jobs
|
||||
{
|
||||
switch(parameters["j"])
|
||||
{
|
||||
case "validate-licenses":
|
||||
case "validate-organizations":
|
||||
await _licensingService.ValidateOrganizationsAsync();
|
||||
break;
|
||||
case "validate-users":
|
||||
// TODO
|
||||
break;
|
||||
case "refresh-licenses":
|
||||
// TODO
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user