fix ts warning, bundle file

This commit is contained in:
SvyatoslavArtymovych 2023-05-04 10:30:50 +03:00
parent 6d2acb0fa7
commit ccc225b696
2 changed files with 23345 additions and 27715 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ const searchAndShowResults = async (
searchResultsTbody: any,
trExample: any,
userIdInput: any,
) => {
): Promise<undefined> => {
searchResultsTbody.innerHTML = '';
const bookId = userSearchbar.getAttribute('data-book-id');