Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jan 8, 2025
1 parent 290fbb7 commit 2321079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useQueryLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const useQueryLogs = () => {
// data ref will always have the unfiltered data.
// Only mutate it when data is fetched, otherwise read only
const _dataRef = useRef<Log[] | null>(null);
const [queryEngine] = useAppStore((store) => store.instanceConfig?.queryEngine);
const [streamInfo] = useStreamStore((store) => store.info);
const [currentStream] = useAppStore((store) => store.currentStream);
const timePartitionColumn = _.get(streamInfo, 'time_partition', 'p_timestamp');
Expand Down

0 comments on commit 2321079

Please sign in to comment.