Final touches and testing

This commit is contained in:
Andreas
2023-12-28 16:04:27 +07:00
parent 485f0ad2e9
commit 15e3236ab9
10 changed files with 54 additions and 57 deletions

View File

@@ -52,7 +52,7 @@ const useTranscript = (
}
setErrorState(error);
});
}, [id, api]);
}, [id, !api]);
return { response, loading, error } as
| ErrorTranscript