Skip to content

Commit

Permalink
renamed groupTypeData to groupData
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahugunajii committed Mar 22, 2024
1 parent 21e06e4 commit b971bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Home() {

const quizIds = group.map((quiz: any) => quiz.child_id.parent_id)

const batchId = group.map((groupTypeData: any) => groupTypeData.child_id.id)
const batchId = group.map((groupData: any) => groupData.child_id.id)
setBatchId(batchId[0])

const groupSessionData = await Promise.all(groupIds.map(async (groupId: number) => {
Expand Down

0 comments on commit b971bb5

Please sign in to comment.