Skip to content

Commit 3486677

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent a62f80e commit 3486677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7682,8 +7682,8 @@ declare namespace firebase.firestore {
76827682
* causes unexpected behavior when using a timestamp from a snapshot as a
76837683
* part of a subsequent query.
76847684
*
7685-
* Now, Firestore returns `Timestamp` values for all timestamp values stored
7686-
* in Cloud Firestore instead of system `Date` objects, avoiding this kind
7685+
* Now, Firestore returns `Timestamp` values for all timestamp values stored
7686+
* in Cloud Firestore instead of system `Date` objects, avoiding this kind
76877687
* of problem. Consequently, you must update your code to handle `Timestamp`
76887688
* objects instead of `Date` objects.
76897689
*

0 commit comments

Comments
 (0)