Skip to content
Snippets Groups Projects
Commit e4a6018f authored by Inès Yeterian's avatar Inès Yeterian
Browse files

try to make fix work

parent 862cff1d
No related branches found
No related tags found
No related merge requests found
...@@ -28,4 +28,4 @@ toucanDSchema.index({issue:-1},{unique: true}); ...@@ -28,4 +28,4 @@ toucanDSchema.index({issue:-1},{unique: true});
const toucanDModele = mongoose.model("ToucanD",toucanDSchema); const toucanDModele = mongoose.model("ToucanD",toucanDSchema);
module.exports = {toucanModele, toucanDModele}; module.exports = mongoose.model('Toucan', toucanSchema), mongoose.model("ToucanD",toucanDSchema);
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment