Correction sur l'ajout de sauts
This commit is contained in:
@@ -139,12 +139,9 @@ export class JumpService extends BaseService {
|
||||
isSpecial: isSpecial
|
||||
};
|
||||
|
||||
// let call = this.http.post(`${this.apiUrl}/Jump`,
|
||||
// bodyNewjump,
|
||||
// { headers: this.headers });
|
||||
let call = of("2");
|
||||
|
||||
console.warn("Jump : " + i);
|
||||
let call = this.http.post(`${this.apiUrl}/Jump`,
|
||||
bodyNewjump,
|
||||
{ headers: this.headers });
|
||||
|
||||
this.callsToAdd.push(call);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user