From 710d6e10c05367a69ecf9f1a61410c4d432d5e16 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 16 Dec 2025 12:38:11 -0500 Subject: [PATCH] Fixed the activity logs!!! The ae_api was not imported or used. The account_id was also referenced incorrectly. --- .../(idaa)/video_conferences/+page.svelte | 72 ++++++++++++------- 1 file changed, 47 insertions(+), 25 deletions(-) diff --git a/src/routes/idaa/(idaa)/video_conferences/+page.svelte b/src/routes/idaa/(idaa)/video_conferences/+page.svelte index bd8bb1ba..4152ee38 100644 --- a/src/routes/idaa/(idaa)/video_conferences/+page.svelte +++ b/src/routes/idaa/(idaa)/video_conferences/+page.svelte @@ -1,8 +1,10 @@