Compare commits

..

No commits in common. "b351d9f8396d7ec56d8b6712583af3e93f45372b" and "1621bc1d5314030d7eae86641f2712f8a465531e" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,8 @@
name: Demo - Build & Deploy to Scaleway
on:
push:
branches: [legacy_dev]
schedule:
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
env:
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a

View File

@ -46,11 +46,6 @@ export default abstract class BaseApiService {
}
protected async getRequest<T>(url: URL, token?: string, contentType?: ContentType, ref?: IRef, fileName?: string) {
console.log("url", url);
console.log("token", token);
console.log("contentType", contentType);
console.log("ref", ref);
console.log("fileName", fileName);
await this.checkJwtToken();
const request = async () =>
await fetch(url, {