Skip to content

Commit

Permalink
docs: annotate isValidRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
francisfuzz committed Sep 16, 2024
1 parent 5fa5d20 commit 15ec544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ if (!isValidRequest) {
throw new Error("Request could not be verified");
}

// `isValidRequest` is a boolean.
// `payload` has type support.
// `cache` contains the id and keys used for verification.
```
Expand Down

0 comments on commit 15ec544

Please sign in to comment.