Poprawka opisu w usługach dodatkowych

This commit is contained in:
dm
2025-12-12 15:07:20 +01:00
parent ee51e0816d
commit 224ae85c3f

View File

@@ -21,6 +21,7 @@ export async function GET({ url }) {
a.id AS id,
a.name AS name,
a.type AS type,
a.description AS description,
CAST(o.price AS REAL) AS price
FROM jambox_package_addon_options o
JOIN internet_addons a