From c8fe5332e5539413a2430b46093e6affe0cb930a Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Wed, 23 Sep 2020 17:39:18 +0200 Subject: [PATCH] fixed type adfcCoding --- src/model/CargoBike.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/CargoBike.ts b/src/model/CargoBike.ts index 6d23d24..f5e0b94 100644 --- a/src/model/CargoBike.ts +++ b/src/model/CargoBike.ts @@ -58,7 +58,7 @@ export class Security { @Column({ nullable: true }) - adfsCoding: string; + adfcCoding: string; } @Entity()