Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Nov 15, 2023
1 parent 1652c94 commit a3c5a3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/hooks/useChatMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { useEffect, useState } from "react";
import { Message } from "./useChatList";
import { StreamState } from "./useStreamState";

// const MESSAGES_SEEN = new WeakSet<Message>();

async function getMessages(threadId: string) {
const { messages } = await fetch(`/threads/${threadId}/messages`, {
headers: {
Expand Down

0 comments on commit a3c5a3b

Please sign in to comment.