@idsoftsource/initial-process 1.5.1 → 1.5.2

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.
@@ -29228,7 +29228,6 @@ class FirstComponent {
29228
29228
  this.isUploading = true;
29229
29229
  const model = {
29230
29230
  s3Key: this.model.fileUrl,
29231
- userId: this.userId
29232
29231
  };
29233
29232
  this.resumedetail.uploadResume(model).subscribe({
29234
29233
  next: (res) => {