Skip to content

Commit 0b1472a

Browse files
committed
fixup: snippet numbering
1 parent 8e8e1b0 commit 0b1472a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mongodb-constants/src/stage-operators.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,11 +786,11 @@ const STAGE_OPERATORS = [
786786
},
787787
combination: {
788788
weights: {
789-
\${1:searchPipeline}: \${6:number},
790-
\${4:vectorPipeline}: \${7:number}
789+
\${6:searchPipeline}: \${7:number},
790+
\${8:vectorPipeline}: \${9:number}
791791
}
792792
},
793-
scoreDetails: \${8:false}
793+
scoreDetails: \${10:false}
794794
}`,
795795
},
796796
{

0 commit comments

Comments
 (0)