Skip to content

Commit 475ea3c

Browse files
Cleanup
1 parent 4555a37 commit 475ea3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export class Transaction
499499
} else {
500500
this._delegate.update(
501501
ref,
502-
dataOrField as string,
502+
dataOrField as string | ExpFieldPath,
503503
value,
504504
...moreFieldsAndValues
505505
);

0 commit comments

Comments
 (0)