sync - 0.12.3 #127

Manually merged
philipp merged 122 commits from dev into main 2021-04-08 17:28:32 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit aec5e3473e - Show all commits

View File

@ -35,7 +35,7 @@
duration: -1,
}).showToast();
let count = 0;
for await (const o of orgs) {
for (const o of orgs) {
const runners = await RunnerOrganizationService.runnerOrganizationControllerGetRunners(
o.id
);

View File

@ -35,7 +35,7 @@
duration: -1,
}).showToast();
let count = 0;
for await (const t of teams) {
for (const t of teams) {
count++;
const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
t.id