Skip to content

Commit 5527d33

Browse files
committed
lite-api/snapshot.ts: fix minor typo: "{ {" -> "{"
1 parent 65dc815 commit 5527d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ import { AbstractUserDataWriter } from './user_data_writer';
106106
* // how the Firestore SDK can convert `Post` objects to `PostDbModel`
107107
* // objects and vice versa.
108108
* class PostConverter implements FirestoreDataConverter<Post, PostDbModel> {
109-
* toFirestore(post: WithFieldValue<Post>): WithFieldValue<PostDbModel> { {
109+
* toFirestore(post: WithFieldValue<Post>): WithFieldValue<PostDbModel> {
110110
* return {
111111
* ttl: post.title,
112112
* aut: this._autFromAuthor(post.author),

0 commit comments

Comments
 (0)