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:
Torsten Schulz (local)
2026-01-28 14:58:11 +01:00
parent 83e5767812
commit 71b4a02592
2 changed files with 8 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ class FalukantService extends BaseService {
{
model: FalukantCharacter,
as: 'character',
attributes: ['birthdate', 'health'],
attributes: ['id', 'birthdate', 'health'],
include: [
{
model: Relationship,