Skip to content

Commit a44e6fd

Browse files
authored
Merge pull request #24 from solana-developers/new-transaction-checks
2 parents e878dd0 + 3d38da3 commit a44e6fd

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)