Skip to content
Snippets Groups Projects

Development to testing

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