mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 16:20:25 +00:00
fix: from || to ??
This commit is contained in:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user