Skip to content

Commit 76af7b3

Browse files
authored
Change output message from 'Hello World' to 'Goodbye World'
1 parent e7b6f1b commit 76af7b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utils/theSystem.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function generateErrorSVG(
8484

8585
/**
8686
* Generate SVG Card
87+
* @param {string} image - User Github Image
8788
* @param {string} name - The Github account name
8889
* @param {string} desc - The Description or Bio
8990
* @param {number} age - The Age.
@@ -103,6 +104,7 @@ function generateErrorSVG(
103104
*/
104105

105106
function generateSVG(
107+
image,
106108
name = "Not Found",
107109
desc = wrapSVGText("Orang yang pengen jadi programmer handal tapi enggan ngoding", 50, 17),
108110
age = 18,
@@ -427,3 +429,4 @@ function generateSVG(
427429

428430

429431
module.exports = { generateErrorSVG, generateSVG }
432+

0 commit comments

Comments
 (0)