update message

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-12 17:50:18 +02:00
parent aeb94f4fec
commit 0d3d254dee

View file

@ -12,7 +12,7 @@ async function main() {
const client = new ApiClient("gitlab.cri.epita.fr", token);
const merge_requests = await get_all_merge_requests(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[]) {