@entergreat/unipile-wrapper 1.0.11 → 1.0.12
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.
package/package.json
CHANGED
|
@@ -220,9 +220,7 @@ export default class LinkedinService {
|
|
|
220
220
|
if (experience.description) {
|
|
221
221
|
formData.append("experience[description]", experience.description);
|
|
222
222
|
}
|
|
223
|
-
|
|
224
|
-
formData.append("experience[notify_network]", experience.notify_network.toString());
|
|
225
|
-
}
|
|
223
|
+
// Note: notify_network omitted - causes validation issues when sent as string
|
|
226
224
|
|
|
227
225
|
// Start date with bracket notation
|
|
228
226
|
if (experience.start_month) {
|