assisweb 9.2.0 → 9.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -18,7 +18,7 @@ const registerSchema = new mongoose.Schema({
18
18
  })
19
19
 
20
20
 
21
- const Accounts = mongoose.Model("Accounts" , registerSchema)
21
+ const Accounts = mongoose.model("Accounts" , registerSchema)
22
22
 
23
23
  const Nothing = new Accounts({
24
24
  MyEmail: "a",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "mongoose": "^6.2.8"
4
4
  },
5
5
  "name": "assisweb",
6
- "version": "9.2.0",
6
+ "version": "9.3.0",
7
7
  "main": "index.js",
8
8
  "devDependencies": {},
9
9
  "scripts": {