Correction sur l'ajout de sauts

This commit is contained in:
Sébastien André
2021-07-04 10:40:36 +02:00
parent ba7a4fbdfb
commit ecd777169e

View File

@@ -139,12 +139,9 @@ export class JumpService extends BaseService {
isSpecial: isSpecial isSpecial: isSpecial
}; };
// let call = this.http.post(`${this.apiUrl}/Jump`, let call = this.http.post(`${this.apiUrl}/Jump`,
// bodyNewjump, bodyNewjump,
// { headers: this.headers }); { headers: this.headers });
let call = of("2");
console.warn("Jump : " + i);
this.callsToAdd.push(call); this.callsToAdd.push(call);
} }