fixed bug

This commit is contained in:
J-Klinke
2024-07-03 11:52:29 +02:00
parent 6d34b8c388
commit 02d2f90e85
2 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import {searchBarTimeout, searchSection, lastQuery} from "./main.js"
import Dataset from "./dataset.js"
// TODO consider renaming this to "searchUtility.js"
export function fetchQuery(fetchString, clearResults) {
clearTimeout(searchBarTimeout);
fetch(fetchString)