Added spacing and presence
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
const mongoose = require('mongoose');
|
||||
|
||||
const wolfclountSchema = new mongoose.Schema({
|
||||
const wolfcountSchema = new mongoose.Schema({
|
||||
count: Number,
|
||||
validation: String
|
||||
});
|
||||
|
||||
const Wolfcount = mongoose.model('Wolfcount', wolfclountSchema);
|
||||
const Wolfcount = mongoose.model('Wolfcount', wolfcountSchema);
|
||||
|
||||
module.exports = Wolfcount;
|
Reference in New Issue
Block a user