1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Fix JavaScript linter path in GitHub Actions

This commit is contained in:
Frédéric Guillot 2024-03-10 20:32:39 -07:00
parent fd8f25916b
commit 45fa641d26
4 changed files with 35 additions and 34 deletions

View file

@ -31,7 +31,7 @@ class TouchHandler {
return element;
}
return element.closest(".entry-swipe")
return element.closest(".entry-swipe");
}
onItemTouchStart(event) {