Skip to content
New issue

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

Clean up lua object calls to return self on success #114

Closed
jpswinski opened this issue Jul 25, 2022 · 1 comment
Closed

Clean up lua object calls to return self on success #114

jpswinski opened this issue Jul 25, 2022 · 1 comment
Assignees

Comments

@jpswinski
Copy link
Member

There are a number of lua objects that return nil on exception, but true on success. These can be changed so that they return a reference to self. That will allow the call to be chained if desired.

@jpswinski
Copy link
Member Author

#115

jpswinski added a commit that referenced this issue Mar 9, 2023
refactor: can query for additional granule metadata in CMR search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants