Skip to content

Commit a592246

Browse files
authored
Fix Build (#414)
1 parent 290fbb7 commit a592246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useQueryLogs.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const useQueryLogs = () => {
3131
// data ref will always have the unfiltered data.
3232
// Only mutate it when data is fetched, otherwise read only
3333
const _dataRef = useRef<Log[] | null>(null);
34-
const [queryEngine] = useAppStore((store) => store.instanceConfig?.queryEngine);
3534
const [streamInfo] = useStreamStore((store) => store.info);
3635
const [currentStream] = useAppStore((store) => store.currentStream);
3736
const timePartitionColumn = _.get(streamInfo, 'time_partition', 'p_timestamp');

0 commit comments

Comments
 (0)