We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a167b91 + 1bf431d commit 6aaa518Copy full SHA for 6aaa518
lib/directus.ts
@@ -74,6 +74,7 @@ export async function processNewContribution(
74
hypercert_id: hypercertId,
75
amount: amount,
76
txid: txId,
77
+ date_created: new Date().toISOString(),
78
comment: comment,
79
} as Contribution;
80
// create a contribution record in Directus
0 commit comments