Skip to content

Commit

Permalink
remove requestedFunds
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jan 8, 2025
1 parent 3b8b615 commit 4981004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/services/database/repositories/grants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export async function getPublicGrants() {
title: true,
description: true,
builderAddress: true,
requestedFunds: true,
},
with: {
stages: {
Expand Down

0 comments on commit 4981004

Please sign in to comment.