Skip to content

Commit

Permalink
Update test/types/PipelineStage.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: hasezoey <hasezoey@gmail.com>
  • Loading branch information
vkarpov15 and hasezoey committed Mar 14, 2024
1 parent 55b62b0 commit 8aea2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/types/PipelineStage.test.ts
Expand Up @@ -532,8 +532,8 @@ const vectorSearchStages: PipelineStage[] = [
},
{
$project: {
title: 1,
score: { $meta: 'searchScore' }
title: 1,
score: { $meta: 'searchScore' }
}
}
];

0 comments on commit 8aea2f7

Please sign in to comment.