logging correction rc
This commit is contained in:
parent
a6963bc9bf
commit
a8de7c8060
@ -51,6 +51,7 @@ export function Parole() {
|
||||
const response = await fetch('/api/rocket-chat/messages' + (isRefresh ? '?refresh=true' : ''), {
|
||||
cache: 'no-store',
|
||||
next: { revalidate: 0 },
|
||||
credentials: 'include',
|
||||
});
|
||||
|
||||
if (!response.ok) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user