chore: code improvements refactor

This commit is contained in:
Fredrik Burmester
2024-08-09 18:45:53 +02:00
parent c985acb9cd
commit f4e3a28056
11 changed files with 18 additions and 73 deletions

View File

@@ -39,6 +39,6 @@ export const reportPlaybackProgress = async ({
{ headers: getAuthHeaders(api) },
);
} catch (error) {
console.log(error);
console.error(error);
}
};