Fixed const -> let

ref #130
This commit is contained in:
Nicolai Ort 2021-04-11 20:54:38 +02:00
parent fef14b6e4f
commit 7447b2f4c1

View File

@ -142,7 +142,7 @@
.catch((err) => {}); .catch((err) => {});
for await (const t of o.teams) { for await (const t of o.teams) {
count++; count++;
const runners = await RunnerTeamService.runnerTeamControllerGetRunners( let runners = await RunnerTeamService.runnerTeamControllerGetRunners(
t.id t.id
); );
await fetch( await fetch(