Skip to content

Commit

Permalink
bug(api): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Nov 6, 2024
1 parent 76ed070 commit f521eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EnvironmentWithUserObjectCommand } from '@novu/application-generic';
import { GeneratePreviewRequestDto } from '@novu/shared/dist/cjs/dto/workflows/generate-preview-request.dto';
import { GeneratePreviewRequestDto } from '@novu/shared';

export class GeneratePreviewCommand extends EnvironmentWithUserObjectCommand {
workflowId: string;
Expand Down

0 comments on commit f521eba

Please sign in to comment.