Fix some any types

This commit is contained in:
Isaac Wise
2024-07-25 18:58:52 -05:00
parent e79b98d3b0
commit 0b8a9b4310
16 changed files with 49 additions and 55 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default function ReadableView({ link }: Props) {
useEffect(() => {
if (link) getLink(link?.id as number);
let interval: any;
let interval: NodeJS.Timeout | null = null;
if (
link &&
(link?.image === "pending" ||