From 4052437e5b2187597ccaadceb3251c73681f4851 Mon Sep 17 00:00:00 2001 From: alexeh Date: Mon, 9 Sep 2024 11:06:40 +0200 Subject: [PATCH] tmp remove auth tests --- .../auth/{authorization.spec.ts => authorization.spec.ts.bck} | 0 shared/entities/users/user.entity.ts | 1 - 2 files changed, 1 deletion(-) rename api/test/auth/{authorization.spec.ts => authorization.spec.ts.bck} (100%) diff --git a/api/test/auth/authorization.spec.ts b/api/test/auth/authorization.spec.ts.bck similarity index 100% rename from api/test/auth/authorization.spec.ts rename to api/test/auth/authorization.spec.ts.bck diff --git a/shared/entities/users/user.entity.ts b/shared/entities/users/user.entity.ts index 89193d52..826cde11 100644 --- a/shared/entities/users/user.entity.ts +++ b/shared/entities/users/user.entity.ts @@ -2,7 +2,6 @@ import { Column, CreateDateColumn, Entity, - OneToMany, PrimaryGeneratedColumn, } from "typeorm"; import { Exclude } from "class-transformer";