Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leihelen committed Dec 4, 2024
1 parent 047c3e2 commit dcc0f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ClassSchema = new Schema<ClassDocument>({
of: [{ type: String }, { type: String }], // tuple where first element is the adjective and second element is its connotation
required: false
}, // tags describing lectures, assignments, professors, skills, and resources
summaryFreshness: { type: Number, default: 0 } // number of reviews since last openAI call
summaryFreshness: { type: Number, default: 0 }, // number of reviews since last openAI call
recommendations: [
{
_id: { type: String },
Expand Down

0 comments on commit dcc0f4e

Please sign in to comment.