RubyGems
npm
Organizations
Log in
Sign up
npm
assisweb
Versions diffs
9.1.0 → 9.2.0
assisweb 9.1.0 → 9.2.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+1
-1
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -29,7 +29,7 @@ const Nothing = new Accounts({
29
29
ChannelID: "a",
30
30
MyID:"a"
31
31
})
32
-
32
+
Nothing.save()
33
33
module.exports = {
34
34
UserData : async function(Email , Type) {
35
35
await Accounts.findOne({MyEmail: Email} , (err , data) => {
package/package.json
CHANGED
Viewed
@@ -3,7 +3,7 @@
3
3
"mongoose": "^6.2.8"
4
4
},
5
5
"name": "assisweb",
6
-
"version": "9.
1
.0",
6
+
"version": "9.
2
.0",
7
7
"main": "index.js",
8
8
"devDependencies": {},
9
9
"scripts": {