Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix typographical errors and improve code readability (#2483)
**This PR includes the following changes:** 1. Fixed typographical error in comment: changed `the` to `to` 2. Improved variable naming consistency for better code readability 3. Increased timeouts in `nightwatch` config to resolve test failures **Changes made:** - Fixed comment wording in `hubEventProcessor.ts` - Updated variable names for consistency in `validateOrRevokeMessagesJob.ts` - Increased timeouts and retry attempts in `nightwatch` configuration <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting typos in comments and variable names related to time allocation in the `pruneMessagesJob.ts` and `validateOrRevokeMessagesJob.ts` files, ensuring clarity and consistency in the code. ### Detailed summary - Corrected the comment in `hubEventProcessor.ts` from "consider" to "to consider". - Changed variable name `allotedTimeMs` to `allottedTimeMs` in: - `pruneMessagesJob.ts` - `validateOrRevokeMessagesJob.ts` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information