Skip to content

Commit

Permalink
fix: spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nataszczypiora committed Jul 3, 2024
1 parent e8cef36 commit 6095b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/input.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export class CounterDto {
type: String,
})
@Transform((v: TransformFnParams) => filterQueryToObject(v.value))
@IsOptional()

@IsOptional()
@IsObject()
readonly filter?: FilterableParameters;
}
Expand Down

0 comments on commit 6095b46

Please sign in to comment.