fix: include conditions: [] in character:created response

This commit is contained in:
Aaron Wood 2026-04-12 01:21:33 -04:00
parent a280cef875
commit ee6026b8b4

View file

@ -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");