Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed May 26, 2024
1 parent c7d7bff commit 9ee2d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const clearIsTypingInterval = (() => {
};
})();

export let currentlyTyping: WhoIsTyping = Object.create(null);
export let currentlyTyping: WhoIsTyping = {};
async function pullIsTyping() {
const isTyping = await prisma.isTyping.findMany({
where: {
Expand Down

0 comments on commit 9ee2d0b

Please sign in to comment.