From aa3ddda84673bdcdc6dc471a53a3e5a1aa0cc715 Mon Sep 17 00:00:00 2001 From: kaxada Date: Fri, 15 Dec 2023 10:56:22 +0300 Subject: [PATCH] fixed typo --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 0f3c605..43f6adf 100644 --- a/routes/index.js +++ b/routes/index.js @@ -32,7 +32,7 @@ const reposToBadge = async (req, res) => { try { // Process the selected repos as needed - if (user.gihubId) { + if (user.githubId) { const results = await github_helpers.scanRepositories( user.id, user.name,