Improve reliability of team deletion

This commit is contained in:
Tom Moor
2023-11-13 22:06:24 -05:00
parent 530b8a1989
commit 8c85029d55
3 changed files with 31 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ async function teamPermanentDeleter(team: Team) {
Logger.info(
"commands",
`Permanently deleting team ${team.name} (${team.id})`
`Permanently destroying team ${team.name} (${team.id})`
);
const teamId = team.id;
let transaction!: Transaction;