mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
fix: from || to ??
This commit is contained in:
parent
a23c06025a
commit
b2f03c429d
@ -253,7 +253,7 @@ export class OneBotMsgApi {
|
||||
msg.senderUid,
|
||||
elementWrapper.elementId,
|
||||
elementWrapper.elementType.toString(),
|
||||
element.fileSize || '0',
|
||||
element.fileSize ?? '0',
|
||||
element.fileName,
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user