Change requested by @philipp
continuous-integration/drone/pr Build is passing Details

ref #70
This commit is contained in:
Nicolai Ort 2021-01-02 21:53:21 +01:00
parent 1e2de7656e
commit 97e8470b0d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Entity, ManyToOne, PrimaryColumn } from 'typeorm';
import { Address } from './Address';
/**
* The interface(-ish) all entities using addresses have to implement.
* The interface(tm) all entities using addresses have to implement.
* This is a abstract class, because apparently typeorm can't really work with interfaces :/
*/
@Entity()