diff --git a/src/faction/faction.service.ts b/src/faction/faction.service.ts index 06940338dabf99494ed657a0cd56cefb9576ccf5..c1b492372784f43514decbb4ca07dffce099b469 100644 --- a/src/faction/faction.service.ts +++ b/src/faction/faction.service.ts @@ -137,6 +137,7 @@ export class FactionService { if (gameperson) { return { factionId: gameperson.faction.factionId, + factionName: gameperson.faction.factionName, }; } else { throw new HttpException('No faction was found', HttpStatus.BAD_REQUEST);