Better org pdf generation feature/130-org_doc_splitting #131
@ -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