From f4a34dd36b57bd122a650f2de4ea8e00816276ed Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 3 Feb 2021 17:11:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=BENew=20changelog=20file=20version=20?= =?UTF-8?q?[CI=20SKIP]=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- src/models/Address.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad93058..8e68844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### 0.0.1 +#### 0.0.2 diff --git a/src/models/Address.ts b/src/models/Address.ts index dc66f10..e317a71 100644 --- a/src/models/Address.ts +++ b/src/models/Address.ts @@ -3,8 +3,8 @@ import { IsString } from "class-validator"; import ValidatorJS from 'validator'; -import { config } from '../../config'; -import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../../errors/AddressErrors'; +import { config } from '../config'; +import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../errors/AddressErrors'; /** * Defines the Address class.