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

Merging develop back in to project-orion #354

Merged
merged 7 commits into from
Jan 7, 2025
Merged

Conversation

elucchesileon
Copy link

No description provided.

// - Use the last document in each group (according to the value of stix.modified)
// - Then apply query, skip and limit options
const aggregation = [
{ $sort: { 'stix.id': 1, 'stix.modified': 1 } },
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only reason that AssetsRepository has its own retrieveAll function is because of this line. It pulls the last modified document vs. the first modified document in BaseRepository.
Could I convert it to an option instead to avoid so much duplication of code?

@seansica seansica merged commit 77d7141 into project-orion Jan 7, 2025
1 check failed
@seansica seansica deleted the evan-fix-orion branch January 7, 2025 14:12
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

Successfully merging this pull request may close these issues.

2 participants