Skip to content

Commit

Permalink
Merge pull request #221 from wizelineacademy/dev
Browse files Browse the repository at this point in the history
ruler removed from profile
  • Loading branch information
pedroalonsoms authored Jun 13, 2024
2 parents e88234f + c91ce20 commit 5b260e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/(base)/profile/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ import CoWorkersCarousel from "@/components/CoWorkersCarousel";
import ProjectsCarousel from "@/components/ProjectsCarousel";
import ProfileTraits from "@/components/Profile/ProfileTraits";

import { rulerAnalysis } from "@/services/rag";

const Profile: React.FC<{ params: { id: string } }> = async ({ params }) => {
const user = await getUserInfoById(params.id);
const traits = await getUserSkillsById(params.id);

await rulerAnalysis("b6a6b46b-0ca6-4ae4-b045-dd71df76f0a0");

return (
<main>
<ProfileBanner user={user} />
Expand Down

0 comments on commit 5b260e9

Please sign in to comment.