We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98e982a + 19a7277 commit 78e3cfeCopy full SHA for 78e3cfe
src/db/transactions.js
@@ -21,7 +21,7 @@ const getLastTransaction = async ({ wallet_address, github_id, ip_address, query
21
WHERE
22
(wallet_address = $1) OR
23
(ip_address = $2) OR
24
- (github_username = $3)
+ (github_id = $3)
25
ORDER BY timestamp DESC
26
LIMIT $4;
27
`;
0 commit comments