mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
fix: 修复serverchan3 没有选择tags报错的bug
This commit is contained in:
@@ -56,7 +56,7 @@ export class ServerChan3Notification extends BaseNotification {
|
||||
data: {
|
||||
text: body.title,
|
||||
desp: body.content + '\n\n[查看详情](' + body.url + ')',
|
||||
tags: this.tags.join('|'),
|
||||
tags: this.tags?.join('|') || undefined,
|
||||
short: this.short,
|
||||
},
|
||||
skipSslVerify: this.skipSslVerify,
|
||||
|
||||
Reference in New Issue
Block a user