ref #39
This commit is contained in:
		| @@ -83,7 +83,7 @@ export class ImportRunner { | ||||
|  | ||||
|         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) { | ||||
|             let newRunnerTeam: RunnerTeam = new RunnerTeam(); | ||||
|             newRunnerTeam.name = this.team; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user