Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-07-11 18:20:10 +00:00
parent 5c2357fdc1
commit b2861d1210
2 changed files with 5 additions and 1 deletions
@@ -204,12 +204,14 @@ Deno.serve(async (req) => {
description: `Kakabonnemang ${b.kg_per_week} kg/vecka`,
metadata: {
company: b.company,
customer_email: b.email,
kg_per_week: String(b.kg_per_week),
employees: String(b.employees),
},
},
metadata: {
company: b.company,
customer_email: b.email,
kg_per_week: String(b.kg_per_week),
},
} as any);
@@ -251,6 +253,7 @@ Deno.serve(async (req) => {
description: `Kakabonnemang ${b.kg_per_week} kg/vecka`,
metadata: {
company: b.company,
customer_email: b.email,
kg_per_week: String(b.kg_per_week),
employees: String(b.employees),
},