Skip to content

Commit

Permalink
modify changelog (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
colerogers committed Apr 13, 2023
1 parent 74a5553 commit 74471b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,2 +1,2 @@
- Add firestore 2nd gen triggers (#1358).
- Enhance firstore triggers (#1358).
- Allow parametrized string type in ServiceAccount fields in Functions and trigger configs (#1309)
1 change: 0 additions & 1 deletion src/v2/providers/firestore.ts
Expand Up @@ -72,7 +72,6 @@ export interface RawFirestoreEvent extends CloudEvent<Uint8Array | RawFirestoreD
document: string;
datacontenttype?: string;
dataschema: string;
time: string;
}

/** A Firestore DocumentSnapshot */
Expand Down

0 comments on commit 74471b5

Please sign in to comment.