Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
flush akamai
Browse files Browse the repository at this point in the history
  • Loading branch information
JingleH committed Jun 26, 2023
1 parent ae1b05c commit 3e13fde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express/blocks/search-marquee/search-marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function initSearchFunction(block) {
}
};

import('./useInputAutocomplete.js').then(({ default: useInputAutocomplete }) => {
import('./use-input-autocomplete.js').then(({ default: useInputAutocomplete }) => {
const { inputHandler } = useInputAutocomplete(
suggestionsListUIUpdateCB, { throttleDelay: 300, debounceDelay: 500, limit: 7 },
);
Expand Down

0 comments on commit 3e13fde

Please sign in to comment.