Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and densumesh committed Jan 8, 2025
1 parent ffe9313 commit 7fa4d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/search-component/src/utils/hooks/chat-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useEffect } from "react";
import { cached } from "../cache";
import { getAllChunksForGroup } from "../trieve";
import { ChatMessageProxy, ChunkGroup, RoleProxy } from "trieve-ts-sdk";
import { useFollowupQuestions } from "./useFollowupQuestions";

type Messages = {
queryId: string | null;
Expand Down

0 comments on commit 7fa4d75

Please sign in to comment.