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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "Authoring tool frontend SDK",
5
5
  "contributors": [
6
6
  {