Skip to content

Commit

Permalink
fix: remove unused piece
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 19, 2024
1 parent 1592ebb commit 2750ab4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Fuse from 'fuse.js'
import { platformService } from '../../../platform/platform.service'
import { PieceMetadataSchema } from '../../piece-metadata-entity'
import { ActionBase, TriggerBase } from '@activepieces/pieces-framework'
import { isNil, PieceCategory, PlatformId, SuggestionType } from '@activepieces/shared'
Expand Down Expand Up @@ -41,7 +40,6 @@ async function filterPiecesBasedOnFeatures(
if (isNil(platformId)) {
return pieces
}
const platform = await platformService.getOneOrThrow(platformId)
return pieces
}

Expand Down

0 comments on commit 2750ab4

Please sign in to comment.