Skip to content

Commit f607f00

Browse files
committed
pass value to trim
1 parent 29e1965 commit f607f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/lite-api/expressions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,7 @@ export function trim(
60066006
expr: Expression | string,
60076007
valueToTrim?: string | Expression
60086008
): FunctionExpression {
6009-
return fieldOrExpression(expr).trim();
6009+
return fieldOrExpression(expr).trim(valueToTrim);
60106010
}
60116011

60126012
/**

0 commit comments

Comments
 (0)