mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore
This commit is contained in:
@@ -247,6 +247,8 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
|
||||
return true;
|
||||
}
|
||||
|
||||
await this.getByDomain(bean.domain, bean.userId);
|
||||
|
||||
const subDomainGetter = new SubDomainsGetter(bean.userId, this.subDomainService);
|
||||
const domainParser = new DomainParser(subDomainGetter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user