chore: update

This commit is contained in:
huzibaca 2024-10-29 10:15:07 +08:00
parent 202fb19ab1
commit 94c437c3e3
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

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,