From f7c964eeebbdecd84218637dedf0a8bf5e646935 Mon Sep 17 00:00:00 2001 From: EJ Mercado Date: Mon, 13 Jul 2020 21:07:50 +0800 Subject: [PATCH] fix: fix minor lint issue --- src/sections/fulfillment-inbound-shipment/codec.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/sections/fulfillment-inbound-shipment/codec.ts b/src/sections/fulfillment-inbound-shipment/codec.ts index bf408ef5..b85d7c33 100644 --- a/src/sections/fulfillment-inbound-shipment/codec.ts +++ b/src/sections/fulfillment-inbound-shipment/codec.ts @@ -1,4 +1,13 @@ -import { boolean, Codec, enumeration, GetInterface, number, optional, string, unknown } from 'purify-ts' +import { + boolean, + Codec, + enumeration, + GetInterface, + number, + optional, + string, + unknown, +} from 'purify-ts' import { ensureArray, ensureString } from '../../parsing' import { CreateInboundShipmentParameters, PrepInstructionEnum, PrepOwnerEnum } from './type'