Skip to content

Commit

Permalink
ar(feat) 2024 2nd semester rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 11, 2024
1 parent 50539f1 commit 466fb4c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions prisma/seed.mts
Original file line number Diff line number Diff line change
Expand Up @@ -198,26 +198,8 @@ if (seedType === 'private') {
return facader;
};

const facadeOffer = facadeEntry([
'id',
'name',
'description',
'cost',
'currency',
'subcharges',
'discounts',
'status',
'launch',
]);

const facadeAudience = facadeEntry(['id', 'name', 'description', 'status']);

const facadeModel = facadeEntry(['id', 'name', 'description', 'status', 'type', 'taxonomies', 'remarks']);

const facadeTaxonomy = facadeEntry(['id', 'name', 'description', 'status', 'type', 'nature', 'audiencesIds']);

const facadeAd = facadeEntry(['id', 'name', 'description', 'status']);

// const decorateAd = facadeEntry([
// 'userFits',
// 'communityFits',
Expand All @@ -237,8 +219,6 @@ if (seedType === 'private') {
'sentOn',
]);

const facadeReview = facadeEntry(['id', 'name', 'message', 'rating', 'impression', 'user', 'community', 'listing']);

const facadeUser = facadeEntry(['id', 'image', 'firstName']);

const facadeCommunity = facadeEntry(['id', 'image', 'name', 'urls', 'status']);
Expand Down

0 comments on commit 466fb4c

Please sign in to comment.