mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: from || to ??
This commit is contained in:
parent
2a7f8d0c99
commit
d5ff2d7099
@ -253,7 +253,7 @@ export class OneBotMsgApi {
|
|||||||
msg.senderUid,
|
msg.senderUid,
|
||||||
elementWrapper.elementId,
|
elementWrapper.elementId,
|
||||||
elementWrapper.elementType.toString(),
|
elementWrapper.elementType.toString(),
|
||||||
element.fileSize || '0',
|
element.fileSize ?? '0',
|
||||||
element.fileName,
|
element.fileName,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user