Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbt committed Jun 9, 2024
1 parent 28ee87d commit ef2d882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const createCoursePolicy = <T extends UseCases | HgseUseCases>(organizati

if (courseDescriptionSubSections.length) {
courseAiPolicy.push({
id: test ? 'mockId' : 'hello lol',
id: test ? 'mockId' : ulid(),
// id: test ? 'mockId' : ulid(),
title: 'Course Description',
children: courseDescriptionSubSections,
Expand Down

0 comments on commit ef2d882

Please sign in to comment.