We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to remove the context property and only use the modifiers in Grounding.java. https://github.com/DARPA-ASKEM/terarium/blob/main/packages/server/src/main/java/software/uncharted/terarium/hmiserver/models/dataservice/Grounding.java#L36-L46
context
modifiers
We do not need to care about the loss of data in the DB because Jackson will not parse it.
The text was updated successfully, but these errors were encountered:
[TASK]: Grounding extra concept to be updated #6436
fa20222
Using the `modifiers` instead of `context`
6a5d7c3
YohannParis
Successfully merging a pull request may close this issue.
We need to remove the
context
property and only use themodifiers
in Grounding.java.https://github.com/DARPA-ASKEM/terarium/blob/main/packages/server/src/main/java/software/uncharted/terarium/hmiserver/models/dataservice/Grounding.java#L36-L46
We do not need to care about the loss of data in the DB because Jackson will not parse it.
The text was updated successfully, but these errors were encountered: