Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthecoder committed Sep 10, 2024
1 parent 738c861 commit a7c92d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-gateway/src/models/project.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApiProperty } from '@nestjs/swagger';
import { Transform } from 'class-transformer';
import { IsInt, IsNotEmpty } from 'class-validator';
import { IsNotEmpty } from 'class-validator';
import { ProjectProto } from 'juno-proto';

export class CreateProjectModel {
Expand Down

0 comments on commit a7c92d7

Please sign in to comment.