Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-24 23:05:03 +00:00
parent 7701011bc7
commit 74f7a69991
6 changed files with 13 additions and 9 deletions

View file

@ -96,6 +96,7 @@ Deno.serve(async (req) => {
// Carrega nome do cliente para a notificação (best-effort)
async function loadFullName(): Promise<string> {
if (!agent) return "—";
const { data } = await supabase
.from("profiles")
.select("full_name")