Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:desci-labs/nodes into preload-ai…
Browse files Browse the repository at this point in the history
…-script
  • Loading branch information
kadamidev committed Feb 8, 2025
2 parents d89e9f5 + 26068aa commit 80d3ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desci-server/src/services/ElasticNodesService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ async function fillAuthorData(manifestAuthors: ResearchObjectV1Author[]) {
const firstHit = hits?.[0];
return {
...firstHit?._source,
author_id: firstHit?._id,
};
});

Expand Down

0 comments on commit 80d3ca5

Please sign in to comment.