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 })),
|
stats: statNames.map((s) => ({ stat_name: s, value: providedStats[s] ?? 10 })),
|
||||||
gear: [],
|
gear: [],
|
||||||
talents: [],
|
talents: [],
|
||||||
|
conditions: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
const io: Server = req.app.get("io");
|
const io: Server = req.app.get("io");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue