Skip to content
Snippets Groups Projects
Commit 20264be3 authored by Stefan Borchert's avatar Stefan Borchert
Browse files

Issue #3482067: fix linting erors

parent dad5f6fa
No related branches found
No related tags found
1 merge request!9892Issue #3482067: fix incorrect results in Drupal.views.parseQueryString for...
......@@ -22,8 +22,7 @@
const args = {};
if (query.includes('?')) {
query = query.substring(query.indexOf('?') + 1);
}
else {
} else {
return {};
}
let pair;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment