update message
This commit is contained in:
parent
aeb94f4fec
commit
0d3d254dee
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -12,7 +12,7 @@ async function main() {
|
||||||
const client = new ApiClient("gitlab.cri.epita.fr", token);
|
const client = new ApiClient("gitlab.cri.epita.fr", token);
|
||||||
const merge_requests = await get_all_merge_requests(client);
|
const merge_requests = await get_all_merge_requests(client);
|
||||||
const total = sum(await parallel(merge_requests, (mr) => count_in_mr(mr, client)));
|
const total = sum(await parallel(merge_requests, (mr) => count_in_mr(mr, client)));
|
||||||
console.log("Total 'oki'", total);
|
console.log("Total", total, "oki");
|
||||||
}
|
}
|
||||||
|
|
||||||
function parse_args(args: string[]) {
|
function parse_args(args: string[]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue