Skip to content

Commit 3d38da3

Browse files
committed
small bug fix
1 parent e878dd0 commit 3d38da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/transactionValidationRoute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ router.post("/validate", async (req, res) => {
5353
try {
5454
if(!await validGithubAccount(github_id)) {
5555
console.error(
56-
`Github User ID ${userId} is invalid.`
56+
`Github User ID ${github_id} is invalid.`
5757
);
5858
return res.status(200).json({
5959
valid: false,

0 commit comments

Comments
 (0)