Update dependencies, add more logging to crons

This commit is contained in:
Bruno Bernardino
2024-04-17 14:01:06 +01:00
parent bcf54f148e
commit 7fd29ba7bf
9 changed files with 20 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ export const handler: Handlers<Data, FreshContextState> = {
},
};
export default function Dashboard({ data }: PageProps<Data, FreshContextState>) {
export default function DashboardPage({ data }: PageProps<Data, FreshContextState>) {
const initialNotes = data?.userDashboard?.data?.notes || 'Jot down some notes here.';
return (