to:sync
This commit is contained in:
parent
0072ede4b1
commit
8aef5f48be
@ -149,7 +149,7 @@
|
||||
* @returns 回复内容
|
||||
*/
|
||||
function getContent(data) {
|
||||
const match = data.match(contentPattern);
|
||||
const match = data?.match(contentPattern);
|
||||
if (match) {
|
||||
return match[1];
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user