Skip to content

Commit

Permalink
Tolerance is in ms, 300 is too low a default (#1191)
Browse files Browse the repository at this point in the history
## Description
User reported bug.

## Documentation

Does this require changes to the WorkOS Docs? E.g. the [API
Reference](https://workos.com/docs/reference) or code snippets need
updates.

```
[ ] Yes
```

If yes, link a related docs PR and add a docs maintainer as a reviewer.
Their approval is required.
  • Loading branch information
tribble authored Dec 17, 2024
1 parent 92ca01a commit e573f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class Actions {
payload,
sigHeader,
secret,
tolerance = 300,
tolerance = 30000,
}: {
payload: unknown;
sigHeader: string;
Expand Down

0 comments on commit e573f62

Please sign in to comment.