Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cammoore committed Oct 8, 2024
1 parent 5b5ff46 commit d04439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/filter/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const FilterPage = async () => {
loggedInProtectedPage(
session as {
user: { email: string; id: string; randomKey: string };
} | null
} | null,
);
const allInterests = await prisma.interest.findMany();
const allProfiles = await prisma.profile.findMany();
Expand Down

0 comments on commit d04439f

Please sign in to comment.