Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Aug 30, 2024
1 parent 4deb3cc commit 011e3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const DIAGNOSTICS = document.getElementById('diagnostics');

/**
* Called when input is provided by the user.
* @param {string} input
* @param {string} input the query text contents
* @returns {void}
*/
export function parseInput(input) {
updatePageQuery(input);
Expand Down

0 comments on commit 011e3d1

Please sign in to comment.