We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d3566 + 6dea311 commit c2cf2faCopy full SHA for c2cf2fa
server/scripts/populate-course-evals.ts
@@ -265,7 +265,7 @@ export const addCourseEvalsFromJson = async (
265
/** Adds course evaluations to database.
266
* !!! UNCOMMENT WHEN YOU NEED TO ADD COURSE EVALS !!! */
267
export const addCurrCourseEvals = async () => {
268
- await addCourseEvalsFromJson(courseData)
+ await addCourseEvalsFromJson(courseData, true);
269
return true
270
};
271
0 commit comments