aboutsummaryrefslogtreecommitdiff
path: root/src/Widget.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.tsx')
-rw-r--r--src/Widget.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Widget.tsx b/src/Widget.tsx
index c3b1f8f..3c7f613 100644
--- a/src/Widget.tsx
+++ b/src/Widget.tsx
@@ -27,7 +27,7 @@ const Widget = () => {
})
.catch(err => console.log(err));
- new ProfilingQuestionsApi().getProfilingQuestionsProductIdProfilingQuestionsGet(app.bpid, app.bpuid, "104.9.125.144")
+ new ProfilingQuestionsApi().getProfilingQuestionsProductIdProfilingQuestionsGet(app.bpid, app.bpuid, "104.9.125.144", undefined, undefined, 1000 )
.then(res => {
dispatch(setQuestions(res.data.questions))
})