remove unneeded immediate param

This commit is contained in:
proddy
2024-08-29 13:51:35 +02:00
parent fe50c9f6d0
commit 1bf4e85fcb

View File

@@ -102,7 +102,6 @@ const SystemLog = () => {
// eslint-disable-next-line @typescript-eslint/unbound-method // eslint-disable-next-line @typescript-eslint/unbound-method
const { onMessage, onError } = useSSE(fetchLogES, { const { onMessage, onError } = useSSE(fetchLogES, {
immediate: true,
// withCredentials: true, // withCredentials: true,
interceptByGlobalResponded: false interceptByGlobalResponded: false
}); });