We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6303bdd commit e7d4558Copy full SHA for e7d4558
1 file changed
api/github-card.js
@@ -7,7 +7,7 @@ const app = express();
7
app.use(cors());
8
9
const { getGithubData } = require("../utils/githubData")
10
-const { generateErrorSVG, generateSVG, generateSVG2 } = require("../utils/theSystem")
+const { generateErrorSVG, generateSVGOne, generateSVGTwo } = require("../utils/theSystem")
11
const { wrapSVGText, wrapSVGTextCenter } = require("../utils/allFunction");
12
13
// =========================================
@@ -175,5 +175,6 @@ module.exports = app;
175
176
177
178
+
179
180
0 commit comments