Skip to content

Commit

Permalink
removed extra symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Dec 19, 2024
1 parent 379e466 commit 10523ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/structured_query/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class BasicTranslator<
} else {
throw new Error("Unknown comparator or operator");
}
return `$${func}`;
return `${func}`;
}

/**
Expand Down

0 comments on commit 10523ae

Please sign in to comment.