Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Dec 15, 2023
1 parent 7a083f6 commit aa3ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aa3ddda

Please sign in to comment.