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