[PR #29273] fix(web): resolve no-unused-vars lint warning in index.spec.ts #32351

Closed
opened 2026-02-21 20:51:14 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/29273

State: closed
Merged: Yes


Rename 'attempts' variable to '_attempts' to indicate it's intentionally
unused in the test. The variable is incremented but not checked in
assertions, following ESLint convention for unused variables.

**Original Pull Request:** https://github.com/langgenius/dify/pull/29273 **State:** closed **Merged:** Yes --- Rename 'attempts' variable to '_attempts' to indicate it's intentionally unused in the test. The variable is incremented but not checked in assertions, following ESLint convention for unused variables.
yindo added the pull-request label 2026-02-21 20:51:14 -05:00
yindo closed this issue 2026-02-21 20:51:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32351