eat-js-sdk 0.0.24 → 0.0.25
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.
|
@@ -3649,7 +3649,7 @@
|
|
|
3649
3649
|
};
|
|
3650
3650
|
const getSessionScore = async () => {
|
|
3651
3651
|
try {
|
|
3652
|
-
const { data } = await useGet(`sessions/${sessionId}/score`);
|
|
3652
|
+
const { data } = await useGet(`sessions/${sessionId}/score${skipUserValidationStr}`);
|
|
3653
3653
|
if (data) {
|
|
3654
3654
|
const { metadata, scoring } = data[0];
|
|
3655
3655
|
const { answer, has_answer: hasAnswer } = metadata;
|