Skip to content

fix(react): pass number instead of array as setTimeout delay#1213

Open
boluwatifemi23 wants to merge 1 commit intoRocketChat:developfrom
boluwatifemi23:develop
Open

fix(react): pass number instead of array as setTimeout delay#1213
boluwatifemi23 wants to merge 1 commit intoRocketChat:developfrom
boluwatifemi23:develop

Conversation

@boluwatifemi23
Copy link

Brief Title

fix(react): pass number instead of array as setTimeout delay

Acceptance Criteria fulfillment

  • setTimeout delay argument changed from array to number.
  • Code is cleaner and safer

Fixes #1204

Video/Screenshots

No visual changes—code quality fix only.

PR Test Details

No testing required—a single character change removing array brackets from setTimeout delay argument.

@CLAassistant
Copy link

CLAassistant commented Mar 18, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Incorrect setTimeout Delay Argument Using Array Instead of Number

2 participants