Update FalukantService to include character ID in attributes and enhance logging in PoliticsView for better debugging of character data retrieval.
This commit is contained in:
@@ -455,7 +455,7 @@ class FalukantService extends BaseService {
|
||||
{
|
||||
model: FalukantCharacter,
|
||||
as: 'character',
|
||||
attributes: ['birthdate', 'health'],
|
||||
attributes: ['id', 'birthdate', 'health'],
|
||||
include: [
|
||||
{
|
||||
model: Relationship,
|
||||
|
||||
Reference in New Issue
Block a user