issue-166-open-timestamps #220

Merged
eugene merged 25 commits from issue-166-open-timestamps into staging 2024-10-25 11:18:47 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 69f67fc812 - Show all commits

View File

@ -353,6 +353,7 @@ export const VerifyPage = () => {
} }
upgradeT(timestamps) upgradeT(timestamps)
} }
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [timestamps, submittedBy, parsedSignatureEvents]) }, [timestamps, submittedBy, parsedSignatureEvents])
useEffect(() => { useEffect(() => {

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface OpenTimestamps { interface OpenTimestamps {
// Create a detached timestamp file from a buffer or file hash // Create a detached timestamp file from a buffer or file hash
DetachedTimestampFile: { DetachedTimestampFile: {