chore: junk
This commit is contained in:
parent
1afb874028
commit
7958d104fc
|
@ -111,7 +111,6 @@ export const appChatState = async (req) => {
|
|||
if (0 === toHydrate.length) {
|
||||
return null;
|
||||
}
|
||||
console.log({toHydrate})
|
||||
const entries = await Promise.all(
|
||||
toHydrate.map((favorite) => channelState(req, joinChannel(favorite))),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user