Skip to content

Commit b81646f

Browse files
authored
Merge branch 'develop' into bete/bump-import-in-the-middle
2 parents 7e2c855 + 9cd3153 commit b81646f

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-serverless/src/gcpfunction

1 file changed

+2
-2
lines changed

packages/google-cloud-serverless/src/gcpfunction/general.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export interface CloudEventsContext {
3131
[key: string]: any; // eslint-disable-line @typescript-eslint/no-explicit-any
3232
id: string;
3333
specversion: string;
34-
type?: string;
35-
source?: string;
34+
type: string;
35+
source: string;
3636
time?: string;
3737
schemaurl?: string;
3838
contenttype?: string;

0 commit comments

Comments
 (0)