mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: email template优化
This commit is contained in:
@@ -63,9 +63,9 @@ export class AddonGetterService {
|
||||
}
|
||||
|
||||
|
||||
async getBlank(type:string,name:string){
|
||||
async getBlank(addonType:string,subType:string){
|
||||
return await this.getAddonById(null,false,0,{
|
||||
type,name
|
||||
type: addonType, name:subType
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user