Update app/static/index.js

Co-authored-by: Ben Steinberg <bsteinberg@law.harvard.edu>
pull/2/head
Matteo Cargnelutti 2022-11-21 09:26:33 -05:00 zatwierdzone przez GitHub
rodzic f5ca37d831
commit 10cd4613a1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -122,7 +122,7 @@ checkPdfDialog.querySelector("button").addEventListener("click", async(e) => {
}
}
catch(err) {
console.log(`/api/v1/hashes/check/<hash> responsed with HTTP ${err}`);
console.log(`/api/v1/hashes/check/<hash> responded with HTTP ${err}`);
output.value += `An error occurred while trying to verify file.`;
}
});