We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7685d6e commit 606668eCopy full SHA for 606668e
src/hooks/journals/useOpsLogs.ts
@@ -11,8 +11,6 @@ function useOpsLogs(name: string, collectionName: string) {
11
const [newestParsed, setNewestParsed] = useState<number>(-1);
12
const [docs, setDocs] = useState<OpsLogFlowDocument[] | null>(null);
13
14
- // TODO (typing)
15
- // need to handle typing
16
const { data, error, loading, refresh } = useJournalData(
17
name,
18
collectionName,
0 commit comments