parent
fef14b6e4f
commit
7447b2f4c1
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user