Implemented suggestions by Matthieu

This commit is contained in:
Andreas
2024-01-01 10:31:43 +07:00
parent c66385b0d0
commit c603e279df
9 changed files with 65 additions and 106 deletions

View File

@@ -35,7 +35,7 @@ const useCreateTranscript = (): UseTranscript => {
);
setErrorState(err);
setLoading(false);
})
});
};
return { transcript, loading, error, create };