Closed 5t111111 closed 1 month ago
The generateCsrf functions have been modified to execute synchronously in #100. However, the README, examples, and tests still include unnecessary await. This pull request removes those await statements.
generateCsrf
await
npm run test
npm run benchmark
The
generateCsrf
functions have been modified to execute synchronously in #100. However, the README, examples, and tests still include unnecessaryawait
. This pull request removes thoseawait
statements.Checklist
npm run test
andnpm run benchmark
npm run benchmark
does not exist