mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-15 12:50:33 +00: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