@takentrade/takentrade-libs 4.0.4 → 4.0.5

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.
@@ -315,7 +315,7 @@ let NotificationClient = class NotificationClient {
315
315
  recipients.forEach((r) => this.validateEmailAddress(r));
316
316
  this.natsClient.emit(notification_enum_1.NotificationSubcribedNATSSubject.OTP_MAIL, {
317
317
  to: recipients,
318
- ...data,
318
+ data,
319
319
  user_id,
320
320
  bypassPreferenceCheck,
321
321
  });