We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d325f commit cbf302dCopy full SHA for cbf302d
lib/models/file.js
@@ -13,7 +13,7 @@ var FileSchema = new Schema({
13
filePath: String,
14
contents: String,
15
dependencies: [],
16
- snippitRatings: {} // key will be name of method, value will be array of snippits
+ _snippitIds: [Schema.Types.ObjectId]
17
});
18
19
FileSchema.plugin(textSearch);
0 commit comments