ref #39
This commit is contained in:
parent
48bef8db60
commit
0ef6d9cc48
@ -83,7 +83,7 @@ export class ImportRunner {
|
|||||||
|
|
||||||
if (this.team === undefined) { return group; }
|
if (this.team === undefined) { return group; }
|
||||||
|
|
||||||
let team = await getConnectionManager().get().getRepository(RunnerTeam).findOne({ name: this.team, parentGroup: org });
|
let team = await getConnectionManager().get().getRepository(RunnerTeam).findOne({ name: this.team, parentGroup: group });
|
||||||
if (!team) {
|
if (!team) {
|
||||||
let newRunnerTeam: RunnerTeam = new RunnerTeam();
|
let newRunnerTeam: RunnerTeam = new RunnerTeam();
|
||||||
newRunnerTeam.name = this.team;
|
newRunnerTeam.name = this.team;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user