From 7460acbc0b01df35b21971405d582621150443d4 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 7 Jun 2017 17:53:45 +0200 Subject: Fix linter error --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/types.ts b/src/types.ts index c58e5fd02..ebd427ae9 100644 --- a/src/types.ts +++ b/src/types.ts @@ -145,7 +145,7 @@ export const ExchangeContractErrs = strEnum([ 'INSUFFICIENT_MAKER_FEE_BALANCE', 'INSUFFICIENT_MAKER_FEE_ALLOWANCE', 'TRANSACTION_SENDER_IS_NOT_FILL_ORDER_TAKER', - 'MULTIPLE_MAKERS_IN_SINGLE_CANCEL_BATCH' + 'MULTIPLE_MAKERS_IN_SINGLE_CANCEL_BATCH', ]); export type ExchangeContractErrs = keyof typeof ExchangeContractErrs; -- cgit