1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 09:13:19 +00:00

cleanup old jobs

This commit is contained in:
Kyle Spearrin
2017-08-17 20:13:10 -04:00
parent c4cc66c391
commit 8021621a3f
5 changed files with 7 additions and 49 deletions

View File

@@ -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;