Skip to content

Commit

Permalink
style: apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Jan 13, 2025
1 parent 9eeb234 commit 55e8841
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 398 deletions.
2 changes: 1 addition & 1 deletion app/services/collection-bundles-service/export-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function createBundle(collection, options) {

await addDerivedDataSources(bundle.objects);
if (options.includeNotes) {
await notesService.addNotes(bundle.objects);
await notesService.addNotes(bundle.objects);
}
await convertLinkedById(bundle.objects, attackObjectMap);

Expand Down
Loading

0 comments on commit 55e8841

Please sign in to comment.