Skip to content

Commit

Permalink
test eslint ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Jul 27, 2024
1 parent 2ec4413 commit 04eb147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/rbui/collapsible_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class extends Controller {
}

// Handle changes in the 'open' value
// eslint-disable-next-line no-unused-vars
openValueChanged(isOpen, wasOpen) {

Check failure on line 24 in javascript/rbui/collapsible_controller.js

View workflow job for this annotation

GitHub Actions / Run ESLint

'wasOpen' is defined but never used
if (isOpen) {
this.open()
Expand Down

0 comments on commit 04eb147

Please sign in to comment.