Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -27,7 +27,6 @@ const jobSchema = new schema({ | ... | @@ -27,7 +27,6 @@ const jobSchema = new schema({ |
| 27 | type: String, | 27 | type: String, |
| 28 | default: "???/???" | 28 | default: "???/???" |
| 29 | } | 29 | } |
| 30 | - | ||
| 31 | }); | 30 | }); |
| 32 | 31 | ||
| 33 | module.exports = mongoose.model('job', jobSchema); | 32 | module.exports = mongoose.model('job', jobSchema); |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment