Skip to content

Commit

Permalink
feat(fe-piattaforma): updates 20240124 fix-drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Jan 24, 2024
1 parent e7c2873 commit 310c489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fe-piattaforma/src/redux/features/forum/forumThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export const proxyCall = async (
cfUtenteLoggato: codiceFiscale,
codiceRuoloUtenteLoggato: codiceRuolo,
};
const pass = false;
if (body && body.cfUtenteLoggato && pass) {
if (body && body.cfUtenteLoggato) {
return await API.post(`${process?.env?.NOTIFICHE}drupal/forward`, {
url: `/api${url}`,
metodoHttp: httpMethod,
Expand Down

0 comments on commit 310c489

Please sign in to comment.