default undefined

This commit is contained in:
MathMan05 2025-11-20 14:35:06 -06:00
parent c512a76e14
commit c0c97cb444

View File

@ -461,7 +461,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
icon: channel.icon,
name: channel.name,
is_spam: false, // TODO
owner_id: channel.owner_id,
owner_id: channel.owner_id || undefined,
};
});
const generateDmChannelsTime = taskSw.getElapsedAndReset();