First feature version 0.1.0 #102

Merged
niggl merged 39 commits from dev into main 2021-01-15 19:31:43 +00:00
Showing only changes of commit ce31b95fb7 - Show all commits

View File

@ -32,7 +32,6 @@ export class CreateAddress {
/** /**
* The new address's postal code. * The new address's postal code.
* This will get checked against the postal code syntax for the configured country. * This will get checked against the postal code syntax for the configured country.
* TODO: Implement the config option.
*/ */
@IsString() @IsString()
@IsNotEmpty() @IsNotEmpty()