[DEV-4333] Removed the code that tried to do a subselection on the 'generationSpec' property of an opendss model because the backend is now returning a string instead of an object. #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The generationSpec property in an opendss model was changed from an object to a string but the EAS client was still trying to subselect properties within an object causing it to fail.
Associated tasks
NONE
Test Steps
Use the 'async_get_paged_opendss_models' function in the eas client. It works now.
Checklist
If any of these are not applicable, strikethrough the line
~like this~. Do not delete it!. Let the reviewer decide if you should have done it.Code
- [ ] I have added/updated unit tests for these changes, and if not I have explained why they are not necessary.- [ ] I have commented my code in any hard-to-understand or hacky areas.Security
When developing applications, use following guidelines for information security considerations:
Documentation
- [ ] I have updated any documentation required for these changes.Breaking Changes
It is a breaking change because now you get a string instead of an object but the breaking change happened in the backend. This is just a bug fix to put the client in line with the backend.