From ce31b95fb744705130bdec64e5933e6b1b4aa62c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 15 Jan 2021 18:10:55 +0100 Subject: [PATCH] Removed todo #90 --- src/models/actions/create/CreateAddress.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/actions/create/CreateAddress.ts b/src/models/actions/create/CreateAddress.ts index c399bb8..0241301 100644 --- a/src/models/actions/create/CreateAddress.ts +++ b/src/models/actions/create/CreateAddress.ts @@ -32,7 +32,6 @@ export class CreateAddress { /** * The new address's postal code. * This will get checked against the postal code syntax for the configured country. - * TODO: Implement the config option. */ @IsString() @IsNotEmpty()