fix: removal object fetching

This commit is contained in:
아르페 2024-02-16 13:53:51 +09:00 committed by 무라쿠모
parent 82a7cdb204
commit a5fd3dd7fc
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
8 changed files with 24 additions and 22 deletions

View file

@ -151,7 +151,9 @@ export class SignupService {
usernameLower: username.toLowerCase(),
host: this.utilityService.toPunyNullable(host),
token: secret,
autoRemoval: false,
autoRemovalConditionId: condition.id,
autoRemovalCondition: condition,
isRoot: isTheFirstUser,
}));