chore: Permanent team deletion (#2493)

This commit is contained in:
Tom Moor
2021-09-20 20:58:39 -07:00
committed by GitHub
parent a88b54d26d
commit e1601fbe72
10 changed files with 425 additions and 24 deletions

View File

@ -5,7 +5,7 @@ import { subtractDate } from "../../../shared/utils/date";
import documentCreator from "../../commands/documentCreator";
import documentImporter from "../../commands/documentImporter";
import documentMover from "../../commands/documentMover";
import { documentPermanentDeleter } from "../../commands/documentPermanentDeleter";
import documentPermanentDeleter from "../../commands/documentPermanentDeleter";
import env from "../../env";
import {
NotFoundError,