Skip to content

Commit

Permalink
fix: case sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed Oct 18, 2024
1 parent ab8cb81 commit b1dbe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/directus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function processNewContribution(

const contribution = {
sender: getAddress(sender),
hypercert_id: hypercertId,
hypercert_id: hypercertId.toLowerCase(),
amount: amount,
txid: txId,
date_created: new Date().toISOString(),
Expand Down

0 comments on commit b1dbe7c

Please sign in to comment.