mirror of
https://github.com/certd/certd.git
synced 2026-07-05 19:37:34 +08:00
chore: 优化证书参数模版功能
This commit is contained in:
@@ -63,7 +63,7 @@ export abstract class BaseController {
|
||||
|
||||
async getProjectId(permission:string) {
|
||||
if (!isEnterprise()) {
|
||||
return null
|
||||
return undefined
|
||||
}
|
||||
let projectIdStr = this.ctx.headers["project-id"] as string;
|
||||
if (!projectIdStr){
|
||||
|
||||
Reference in New Issue
Block a user