delete console
This commit is contained in:
parent
b469ccd25a
commit
28a457eaf9
4 changed files with 0 additions and 5 deletions
|
|
@ -689,7 +689,6 @@ export class ReportController extends Controller {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(data);
|
|
||||||
return new HttpSuccess({ template: "report1", reportName: "report1", data: { data } });
|
return new HttpSuccess({ template: "report1", reportName: "report1", data: { data } });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,5 @@ export const AppDataSource = new DataSource({
|
||||||
: ["dist/migration/**/*{.ts,.js}"],
|
: ["dist/migration/**/*{.ts,.js}"],
|
||||||
subscribers: [],
|
subscribers: [],
|
||||||
});
|
});
|
||||||
// console.log(AppDataSource);
|
|
||||||
|
|
||||||
// export default database;
|
// export default database;
|
||||||
|
|
|
||||||
|
|
@ -357,7 +357,6 @@ class Extension {
|
||||||
});
|
});
|
||||||
const delAsync = promisify(redisClient.del).bind(redisClient);
|
const delAsync = promisify(redisClient.del).bind(redisClient);
|
||||||
const deleteKey = delAsync(type + id);
|
const deleteKey = delAsync(type + id);
|
||||||
console.log(`Deleted ${deleteKey} keys.`);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ const KC_REALM = process.env.KC_REALM;
|
||||||
const KC_CLIENT_ID = process.env.KC_SERVICE_ACCOUNT_CLIENT_ID;
|
const KC_CLIENT_ID = process.env.KC_SERVICE_ACCOUNT_CLIENT_ID;
|
||||||
const KC_SECRET = process.env.KC_SERVICE_ACCOUNT_SECRET;
|
const KC_SECRET = process.env.KC_SERVICE_ACCOUNT_SECRET;
|
||||||
|
|
||||||
console.log(process.env.KC_URL);
|
|
||||||
|
|
||||||
let token: string | null = null;
|
let token: string | null = null;
|
||||||
let decoded: DecodedJwt | null = null;
|
let decoded: DecodedJwt | null = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue