From fa77d08cca6f952802d692e105250e015814ad4d Mon Sep 17 00:00:00 2001 From: zichis77 <64812892+zichis77@users.noreply.github.com> Date: Tue, 12 May 2020 17:29:38 -0500 Subject: [PATCH] My code Many bugs in my code --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5ef9556..3d998ee 100644 --- a/src/index.js +++ b/src/index.js @@ -11,6 +11,7 @@ const messages = [ "Reinventing the wheel. Again.", "This is not the commit message you are looking for", "Batman! (this commit has no parents)", + "my code is working. Let me refactor it. 258 bugs found", ]; const funnyCommit = () => { @@ -20,4 +21,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};