Skip to content

Commit 74471b5

Browse files
authored
modify changelog (#1376)
1 parent 74a5553 commit 74471b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Add firestore 2nd gen triggers (#1358).
1+
- Enhance firstore triggers (#1358).
22
- Allow parametrized string type in ServiceAccount fields in Functions and trigger configs (#1309)

src/v2/providers/firestore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export interface RawFirestoreEvent extends CloudEvent<Uint8Array | RawFirestoreD
7272
document: string;
7373
datacontenttype?: string;
7474
dataschema: string;
75-
time: string;
7675
}
7776

7877
/** A Firestore DocumentSnapshot */

0 commit comments

Comments
 (0)