diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index b6cc5bb..ba3b84b 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -353,6 +353,7 @@ export const VerifyPage = () => { } upgradeT(timestamps) } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [timestamps, submittedBy, parsedSignatureEvents]) useEffect(() => { diff --git a/src/types/opentimestamps.d.ts b/src/types/opentimestamps.d.ts index 825268d..99ba447 100644 --- a/src/types/opentimestamps.d.ts +++ b/src/types/opentimestamps.d.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ interface OpenTimestamps { // Create a detached timestamp file from a buffer or file hash DetachedTimestampFile: {