Skip to content

Commit

Permalink
Last word on trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Jul 6, 2023
1 parent dbf4015 commit 1cb0de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ await verifyWithFallback(
secret,
eventPayloadString,
signature,
additionalSecrets
additionalSecrets,
);
```

Expand Down

0 comments on commit 1cb0de0

Please sign in to comment.