Skip to content

Commit 78e3cfe

Browse files
authored
Merge pull request #19 from solana-developers/adding-transactions
fixing column name change
2 parents 98e982a + 19a7277 commit 78e3cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/transactions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const getLastTransaction = async ({ wallet_address, github_id, ip_address, query
2121
WHERE
2222
(wallet_address = $1) OR
2323
(ip_address = $2) OR
24-
(github_username = $3)
24+
(github_id = $3)
2525
ORDER BY timestamp DESC
2626
LIMIT $4;
2727
`;

0 commit comments

Comments
 (0)