Skip to content

Commit

Permalink
Remove category from dump
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Feb 8, 2024
1 parent f16376b commit ba73abc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/admin/dto/full-dump.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export class FullDumpDto {
@ApiProperty()
name: string;

@ApiProperty()
category: string;

@ApiProperty({ format: 'double' })
longitude: number;

Expand Down

0 comments on commit ba73abc

Please sign in to comment.