We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d504d commit d3fb601Copy full SHA for d3fb601
index.js
@@ -38,7 +38,7 @@ async function main() {
38
}
39
40
async function updateGist(tweet) {
41
- const wrap = wordwrap(63);
+ const wrap = wordwrap(62);
42
43
let gist;
44
try {
0 commit comments