mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:56:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
7701011bc7
commit
74f7a69991
6 changed files with 13 additions and 9 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue