mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
chore(funding-required): debugging
This commit is contained in:
@@ -100,7 +100,9 @@ export async function getProjects(fundSlug?: FundSlug) {
|
||||
: []
|
||||
|
||||
console.log('Donations for', project.title)
|
||||
console.log('Params: ', env.BUILD_MODE, project.slug, project.fund)
|
||||
console.log(donations)
|
||||
console.log('Unfiltered:', await prisma.donation.findMany())
|
||||
|
||||
donations.forEach((donation) => {
|
||||
if (donation.cryptoCode === 'XMR') {
|
||||
|
||||
Reference in New Issue
Block a user