Skip to content

Commit

Permalink
fix(verifying-listing): remove status open check for review
Browse files Browse the repository at this point in the history
  • Loading branch information
JayeshVP24 committed Oct 16, 2024
1 parent 797be7f commit cfe2504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/listings/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ async function handler(req: NextApiRequestWithSponsor, res: NextApiResponse) {
isArchived: false,
isPublished: true,
isActive: true,
status: 'OPEN',
isWinnersAnnounced: false,
deadline: {
lt: twoWeeksAgo.toDate(),
Expand Down

0 comments on commit cfe2504

Please sign in to comment.