logging correction rc

This commit is contained in:
alma 2026-01-09 09:34:28 +01:00
parent a6963bc9bf
commit a8de7c8060

View File

@ -51,6 +51,7 @@ export function Parole() {
const response = await fetch('/api/rocket-chat/messages' + (isRefresh ? '?refresh=true' : ''), { const response = await fetch('/api/rocket-chat/messages' + (isRefresh ? '?refresh=true' : ''), {
cache: 'no-store', cache: 'no-store',
next: { revalidate: 0 }, next: { revalidate: 0 },
credentials: 'include',
}); });
if (!response.ok) { if (!response.ok) {