fix: load users correctly on initial chat load

This commit is contained in:
Andy Burke 2025-07-04 15:38:30 -07:00
parent cfa35f6421
commit 8561b0cce2
2 changed files with 9 additions and 4 deletions

View file

@ -27,7 +27,6 @@
/* check if we are logged in */
(async () => {
try {
console.log( 'hi');
const session_response = await api.fetch("/api/users/me");
if (!session_response.ok) {