biz-slide-core 1.2.83 → 1.2.84
Sign up to get free protection for your applications and to get access to all the features.
@@ -111,7 +111,7 @@ var createUser = function (emailId, userId, appName) { return __awaiter(void 0,
|
|
111
111
|
customer = _a.sent();
|
112
112
|
if (!!customer) return [3 /*break*/, 3];
|
113
113
|
newCustomer = new entity_1.CustomerModel({
|
114
|
-
appName: appName,
|
114
|
+
appName: appName || "default",
|
115
115
|
emailId: emailId,
|
116
116
|
emailTemplateStatus: {},
|
117
117
|
userId: userId
|