lms-sync 1.0.35 → 1.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,8 @@ const server = {
57
57
  temporaryPassword: 'P@ssw0rd123',
58
58
  firstName: 'Androi',
59
59
  lastName: 'Pamisaran',
60
+ createdAt: new Date(),
61
+ updatedAt: new Date()
60
62
  };
61
63
 
62
64
  let [userDefault, createdUser] = await Users.findOrCreate({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {