Skip to content

Commit

Permalink
feat: use abstract as about in project (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed May 21, 2024
1 parent d0ae508 commit c40b813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/entities/Grant/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import env from 'decentraland-gatsby/dist/utils/env'

import Time from '../../utils/date/Time'

export const GRANT_PROPOSAL_DURATION_IN_SECONDS = process.env.DURATION_GRANT || '1209600'
Expand Down
1 change: 1 addition & 0 deletions src/services/ProjectService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export class ProjectService {
id: crypto.randomUUID(),
proposal_id: proposal.id,
title: proposal.title,
about: proposal.configuration.abstract,
status: ProjectStatus.Pending,
links: [],
created_at: creationDate,
Expand Down

0 comments on commit c40b813

Please sign in to comment.