Skip to content

Commit

Permalink
enfore authorization in header but allow other value
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude-GP committed Feb 1, 2024
1 parent 01c1ab3 commit 98672f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lambda/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export type Text = {

export type Payload = {
headers: {
"Content-Type": string,
"Authorization": string
},
} & { [key: string]: string },
data: JSON ,

}

0 comments on commit 98672f9

Please sign in to comment.