Correction sur l'ajout de sauts
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user