Skip to content
Snippets Groups Projects
Commit 02fc38f9 authored by tuckersiegel's avatar tuckersiegel
Browse files

fix cfs/gefs issue

parent 0839dc0b
Branches master
No related tags found
No related merge requests found
...@@ -26,5 +26,5 @@ var coordinatesSchema = mongoose.Schema({ ...@@ -26,5 +26,5 @@ var coordinatesSchema = mongoose.Schema({
}, },
}); });
var Model = module.exports = mongoose.model('cfs', coordinatesSchema, "gefs"); var Model = module.exports = mongoose.model('cfs', coordinatesSchema, "cfs");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment