Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 22eb602

Browse files
committed
Hanging reference to “Challenge”
1 parent 1788b7b commit 22eb602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/models/Project.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
/**
6-
* This module contains the schema of the Challenge.
6+
* This module contains the schema of a project registered with TC-X.
77
*
88
* @author TCSCODER
99
* @version 1.0
@@ -26,4 +26,3 @@ const schema = new mongoose.Schema({
2626
schema.index({tcDirectId: 1});
2727

2828
module.exports = schema;
29-

0 commit comments

Comments
 (0)