chore: update

This commit is contained in:
huzibaca
2024-10-29 10:15:07 +08:00
Unverified
parent 202fb19ab1
commit 94c437c3e3

View File

@@ -11,7 +11,6 @@ export const useLogData = () => {
const { clashInfo } = useClashInfo();
const [enableLog] = useEnableLog();
!enableLog || !clashInfo;
return useSWRSubscription<ILogItem[], any, "getClashLog" | null>(
enableLog && clashInfo ? "getClashLog" : null,