chore: update

This commit is contained in:
huzibaca 2024-10-29 10:15:07 +08:00
parent ed3907c273
commit c35ab2e1cd

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,