Update useGitHubContent.hook.ts

This commit is contained in:
2023-09-04 14:34:05 +02:00
committed by GitHub
parent cd89173622
commit 746082c688

View File

@@ -33,7 +33,7 @@ export const useGitHubContent = ({
} }
) )
confirmMessage('file saved on GitHub') confirmMessage('Note saved')
return response?.data.content?.sha ?? null return response?.data.content?.sha ?? null
} catch (error) { } catch (error) {