Skip to content

Commit

Permalink
lint blocks-transformer service
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Bentegeac authored and Philippe Bentegeac committed Feb 4, 2025
1 parent 62b057f commit b5ed9ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/api/cms-api/src/blocks/blocks-transformer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ import { transformToPlain } from "./blocks-transformer";
export class BlocksTransformerService {
private blockContext: BlockContext;

// eslint-disable-next-line @typescript-eslint/no-explicit-any
constructor(@Inject(CONTEXT) private readonly context: any, private readonly moduleRef: ModuleRef) {
constructor(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
@Inject(CONTEXT) private readonly context: any,
private readonly moduleRef: ModuleRef,
) {
let includeInvisibleBlocks: boolean | undefined = false;
let previewDamUrls = false;
let relativeDamUrls = false;
Expand Down

0 comments on commit b5ed9ce

Please sign in to comment.