Skip to content

Commit

Permalink
fix: resolve linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahdahl committed Nov 25, 2024
1 parent 46d7760 commit e0d43ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import {
TriggerRequestCategoryEnum,
TriggerTenantContext,
} from '@novu/shared';
import { ApiHideProperty } from '@nestjs/swagger';

import { EnvironmentWithUserCommand } from '../../../shared/commands/project.command';
import { ApiHideProperty } from '@nestjs/swagger';

export class ParseEventRequestBaseCommand extends EnvironmentWithUserCommand {
@IsDefined()
Expand Down

0 comments on commit e0d43ea

Please sign in to comment.