mirror of https://github.com/logos-co/open-law.git
fix ts warning, bundle file
This commit is contained in:
parent
6d2acb0fa7
commit
ccc225b696
51058
app/static/js/main.js
51058
app/static/js/main.js
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ const searchAndShowResults = async (
|
|||
searchResultsTbody: any,
|
||||
trExample: any,
|
||||
userIdInput: any,
|
||||
) => {
|
||||
): Promise<undefined> => {
|
||||
searchResultsTbody.innerHTML = '';
|
||||
|
||||
const bookId = userSearchbar.getAttribute('data-book-id');
|
||||
|
|
Loading…
Reference in New Issue