We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e982a commit 19a7277Copy full SHA for 19a7277
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