Skip to content
Snippets Groups Projects
Commit 43c291fb authored by L4168's avatar L4168
Browse files

updated faction verify return

parent 98e131da
No related branches found
No related tags found
2 merge requests!59Development to master,!44Development to testing
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment