Skip to content

Commit 606668e

Browse files
committed
Do not think this applies anymore
1 parent 7685d6e commit 606668e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hooks/journals/useOpsLogs.ts

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ function useOpsLogs(name: string, collectionName: string) {
1111
const [newestParsed, setNewestParsed] = useState<number>(-1);
1212
const [docs, setDocs] = useState<OpsLogFlowDocument[] | null>(null);
1313

14-
// TODO (typing)
15-
// need to handle typing
1614
const { data, error, loading, refresh } = useJournalData(
1715
name,
1816
collectionName,

0 commit comments

Comments
 (0)