Compare commits

..

2 Commits

Author SHA1 Message Date
Sosthene
c12e5e92d7 Merge branch 'fix_update_users' into legacy_dev
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 2m8s
Demo - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 4s
Demo - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s
2025-07-22 15:38:07 +02:00
Sosthene
65b350936c more verbosity 2025-07-22 15:37:56 +02:00

View File

@ -257,7 +257,6 @@ export default class IdNotService extends BaseService {
let rattachements: any;
console.log("Fetching rattachements for user", user.uid);
console.log(searchParams.toString());
try {
rattachements = await fetch(`${this.variables.IDNOT_API_BASE_URL}/api/pp/v2/personnes/${user.idNot}/rattachements?deleted=false` + searchParams, {
method: "GET",