Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: fix minor lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jul 13, 2020
1 parent 239739e commit f7c964e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/sections/fulfillment-inbound-shipment/codec.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit f7c964e

Please sign in to comment.