From 150a2113734cea5d201d54a2c6adc36efebb5e97 Mon Sep 17 00:00:00 2001 From: Mohammed Ashab Uddin Date: Thu, 20 Aug 2020 20:21:00 +0400 Subject: [PATCH] redone user --- whatsapp-web.js/src/models/user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/whatsapp-web.js/src/models/user.js b/whatsapp-web.js/src/models/user.js index 662f59c..dcfdd2a 100644 --- a/whatsapp-web.js/src/models/user.js +++ b/whatsapp-web.js/src/models/user.js @@ -47,6 +47,4 @@ class User{ } -module.exports = { - User: User -} \ No newline at end of file +module.exports.User = User; \ No newline at end of file