Check PDF fix + copy edits

pull/4/head
Matteo Cargnelutti 2022-11-21 14:38:24 -05:00
rodzic f8c0cd67c2
commit b02efb5435
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -179,6 +179,8 @@
<p>archive.social is an experiment of the <a href="https://lil.law.harvard.edu">Harvard Library Innovation Lab</a>.</p>
<p><a href="https://twitter.com/harvardlil">@harvardlil</a> on Twitter - <a href="https://law.us3.list-manage.com/subscribe?u=4290964398813d739f2398db0&amp;id=e097736c6f">Subscribe to our Newsletter</a>.</p>
<p>contact: <a href="mailto:info@archive.social">info@archive.social</a></p>
</footer>
</main>

Wyświetl plik

@ -77,7 +77,7 @@ export class SuccessLog {
// Save entry
const entry = `${new Date().toISOString()}\t${accessKey}\tsha512-${hash}\n`;
fs.appendFileSync(SuccessLog.filepath, entry);
this.#hashes[hash] = true;
this.#hashes[`sha512-${hash}`] = true;
}
/**