mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-24 17:10:08 +08:00
fix: from || to ??
This commit is contained in:
parent
2a7f8d0c99
commit
d5ff2d7099
@ -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