mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
perf: 优化证书申请成功通知发送方式
This commit is contained in:
@@ -69,7 +69,7 @@ export class HandleController extends BaseController {
|
||||
// }
|
||||
// }
|
||||
|
||||
const notification = newNotification(body.typeName, input, {
|
||||
const notification = await newNotification(body.typeName, input, {
|
||||
http,
|
||||
logger,
|
||||
utils,
|
||||
|
||||
Reference in New Issue
Block a user