upgrade typescript

This commit is contained in:
Julien Calixte
2024-11-26 22:00:56 +01:00
parent 6d21bddfa3
commit 0fe71068e7
4 changed files with 85 additions and 84 deletions

View File

@@ -38,6 +38,7 @@ export const useGitHubContent = ({
return response?.data.content?.sha ?? null
} catch (error) {
errorMessage('Note could not be saved')
console.warn(error)
}
return null