repo card: fix v2 for custom card_width

This commit is contained in:
martin-mfg
2025-05-22 17:54:16 +02:00
parent 0491506565
commit a0e588ca78
+1 -1
View File
@@ -116,7 +116,7 @@ export default async (req, res) => {
theme,
border_radius,
border_color,
card_width: parseInt(card_width, 10),
card_width_input: parseInt(card_width, 10),
show_owner: parseBoolean(show_owner),
show: showStats,
show_icons: parseBoolean(show_icons),