@hubs101/js-api-skd-client 1.0.10645 → 1.0.10646
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/lib/api/event/index.js +1 -1
- package/package.json +1 -1
package/lib/api/event/index.js
CHANGED
|
@@ -592,7 +592,7 @@ const _importOnboardingQuestions = (basePath, token, eventId, eventSource, remov
|
|
|
592
592
|
const base = (0, base_1.getBasePath)(basePath);
|
|
593
593
|
const response = yield (0, api_1.postRequest)(`${base.EVENTS}/${eventId}/import/onboarding-questions`, {
|
|
594
594
|
event_source: eventSource,
|
|
595
|
-
remove_answers: removeAnswers,
|
|
595
|
+
remove_answers: Boolean(removeAnswers),
|
|
596
596
|
}, token);
|
|
597
597
|
return response;
|
|
598
598
|
});
|