Skip to content

Commit

Permalink
test: revert new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski committed Nov 22, 2024
1 parent c37e070 commit 8c6732f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/prisma/seed-helpers/listing-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export const listingFactory = async (

const digitalApp = optionalParams?.digitalApp ?? Math.random() < 0.5;

console.log(optionalParams.publishedAt);

return {
createdAt: new Date(),
assets: [],
Expand Down

0 comments on commit 8c6732f

Please sign in to comment.