Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -137,6 +137,7 @@ export class FactionService {
@@ -137,6 +137,7 @@ export class FactionService {
if (gameperson) {
if (gameperson) {
return {
return {
factionId: gameperson.faction.factionId,
factionId: gameperson.faction.factionId,
 
factionName: gameperson.faction.factionName,
};
};
} else {
} else {
throw new HttpException('No faction was found', HttpStatus.BAD_REQUEST);
throw new HttpException('No faction was found', HttpStatus.BAD_REQUEST);
Loading