Skip to content

Commit e8ff2bd

Browse files
committed
fix: include reply text and timestamp in leads api
1 parent 9d4f1bf commit e8ff2bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/routers/leads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ async def get_all_leads(
2929
"message": lead.message_template,
3030
"sent_at": lead.sent_timestamp,
3131
"tag": lead.tag,
32+
"reply_text": lead.reply_text,
33+
"reply_timestamp": lead.reply_timestamp,
3234
}
3335
for lead in leads
3436
]

0 commit comments

Comments
 (0)