diff --git a/index.js b/index.js index 3faf218..7cea9db 100644 --- a/index.js +++ b/index.js @@ -149,7 +149,7 @@ try { if (isSvgFile) { content = makeBadge(data); } else { - content = JSON.stringify({ content: data }); + content = JSON.stringify(data); } // For the POST request, the above content is set as file contents for the