newContent
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
@@ -87,7 +87,7 @@ async function commitChanges(file, filePath) {
const blobResponse = await axios.post(
`https://api.github.com/repos/${owner}/${repo}/git/blobs`,
{
content: JSON.stringify(newContent),
content: JSON.stringify(newContent, null, 2),
encoding: 'utf-8',
},
The note is not visible to the blocked user.