vr-models 1.0.65 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -203,7 +203,6 @@ class User extends vr_migrations_1.Model {
203
203
  async updateLastLogin() {
204
204
  this.lastLoginAt = new Date();
205
205
  await this.save();
206
- return;
207
206
  }
208
207
  async deactivate() {
209
208
  this.isDeactivated = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vr-models",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "Shared database models package for VR applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",