fix: include conditions: [] in character:created response
This commit is contained in:
parent
a280cef875
commit
ee6026b8b4
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ router.post<CampaignParams>("/", requireAuth, async (req, res) => {
|
|||
stats: statNames.map((s) => ({ stat_name: s, value: providedStats[s] ?? 10 })),
|
||||
gear: [],
|
||||
talents: [],
|
||||
conditions: [],
|
||||
};
|
||||
|
||||
const io: Server = req.app.get("io");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue