Skip to content

Commit

Permalink
added declaration on amin page
Browse files Browse the repository at this point in the history
  • Loading branch information
chadananda committed Apr 28, 2024
1 parent a43ee4e commit c32efc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/admin/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const prerender = false;
import { db, eq, Team } from 'astro:db';
import Layout from '@layouts/AdminLayout.astro';
import { moderateComments_openai } from '@utils/utils.js';
const user = Astro.locals?.user;
console.log('user', user);
Expand Down

0 comments on commit c32efc0

Please sign in to comment.