Skip to content

Commit

Permalink
fix: disable temporary Product Review Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq authored Jul 12, 2024
1 parent 459cbc1 commit 6e26f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/api/src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { JitsuAnalyticsPlugin } from '@gauzy/plugin-jitsu-analytics';
import { JobProposalPlugin } from '@gauzy/plugin-job-proposal';
import { JobSearchPlugin } from '@gauzy/plugin-job-search';
import { KnowledgeBasePlugin } from '@gauzy/plugin-knowledge-base';
import { ProductReviewsPlugin } from '@gauzy/plugin-product-reviews';
// import { ProductReviewsPlugin } from '@gauzy/plugin-product-reviews';

import { SentryTracing as SentryPlugin } from './sentry';

Expand Down Expand Up @@ -48,7 +48,7 @@ export const plugins = [
// Indicates the inclusion or intention to use the JobSearchPlugin in the codebase.
JobSearchPlugin,
// Indicates the inclusion or intention to use the KnowledgeBasePlugin in the codebase.
KnowledgeBasePlugin,
KnowledgeBasePlugin
// Indicates the inclusion or intention to use the ProductReviewsPlugin in the codebase.
ProductReviewsPlugin
// ProductReviewsPlugin
];

0 comments on commit 6e26f32

Please sign in to comment.