Skip to content

Commit 81a1c37

Browse files
authored
Refactor github-card.js for improved clarity
1 parent 648615b commit 81a1c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/github-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ app.get("/api/svg-card/", async (req, res) => {
8080
const avatarBase64 = avatarBuffer.toString("base64");
8181

8282
name = github.name.toUpperCase();
83-
desc = wrapSVGText(desc, 50, 17);
8483

8584
// ==========================================
8685

@@ -176,5 +175,6 @@ module.exports = app;
176175

177176

178177

178+
179179

180180

0 commit comments

Comments
 (0)