|
|
const options = { upsert: true, new: true, runValidators: true };
|
|
const options = { upsert: true, new: true, runValidators: true };
|
|
|
const response = await InAppNotificationSettings.findOneAndUpdate(query, { defaultSubscribeRules }, options);
|
|
const response = await InAppNotificationSettings.findOneAndUpdate(query, { defaultSubscribeRules }, options);
|