do some backend stuff that needs to be touched later again!!

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2025-03-05 20:34:10 +01:00
parent 90170a1107
commit c4a66ba671
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
37 changed files with 189 additions and 1063 deletions

View file

@ -6,7 +6,7 @@
import { ApiProperty } from '@nestjs/swagger';
import { IsBoolean, IsString } from 'class-validator';
import { BaseDto } from '../utils/base.dto.';
import { BaseDto } from '../utils/base.dto';
export class AliasDto extends BaseDto {
/**