Skip to content

Conversation

@bmartel
Copy link
Contributor

@bmartel bmartel commented Sep 5, 2024

PR fulfills these requirements

  • Commit message(s) and PR title follows the format [fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made ex. fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors
  • Tests for the changes have been added/updated (for bug fixes/features)
  • Docs have been added/updated (for bug fixes/features)
  • Best efforts were made to ensure docs/code are concise and coherent (checked for spelling/grammatical errors, commented out code, debug logs etc.)
  • Self-reviewed and ran all changes on a local instance (for bug fixes/features)

Change has impacts in these area(s)

(check all that apply)

  • Product design
  • Backend (Database)
  • Backend (API)
  • Frontend

Describe the reason for change

During another PR the json parsing function was moved erroneously back to a standard JSON.parse which does not handle large integers properly. This PR reinstates the use of the correct parseJson function.

Which logical domain(s) does this change affect?

DataManager

@github-actions github-actions bot added the fix label Sep 5, 2024
@netlify
Copy link

netlify bot commented Sep 5, 2024

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit 1fc3eea
🔍 Latest deploy log https://app.netlify.com/sites/label-studio-docs-new-theme/deploys/66da3a28492a630008a027c2

@netlify
Copy link

netlify bot commented Sep 5, 2024

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 1fc3eea
🔍 Latest deploy log https://app.netlify.com/sites/heartex-docs/deploys/66da3a28446bda0008edf72b

@bmartel bmartel merged commit a2ef47a into develop Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants