refactor(server): guards, decorators, and utils (#3060)

This commit is contained in:
Jason Rasmussen 2023-07-01 14:27:34 -04:00 committed by GitHub
parent f55b3add80
commit d69fa3ceae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 243 additions and 255 deletions

View file

@ -1,7 +1,7 @@
import { toBoolean } from '@app/immich/utils/transform.util';
import { ApiProperty } from '@nestjs/swagger';
import { Transform, Type } from 'class-transformer';
import { IsBoolean, IsDate, IsOptional } from 'class-validator';
import { toBoolean } from '../../domain.util';
export class MapMarkerDto {
@ApiProperty()