From 304fda88204f486856c116fc56bad8c9c7b792d6 Mon Sep 17 00:00:00 2001 From: Jernej Pregelj Date: Wed, 10 Apr 2019 12:30:17 +0200 Subject: [PATCH] lint fixes --- src/keeper/Keeper.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/keeper/Keeper.ts b/src/keeper/Keeper.ts index 42f1534..d7ce6f3 100644 --- a/src/keeper/Keeper.ts +++ b/src/keeper/Keeper.ts @@ -43,7 +43,7 @@ export class Keeper extends Instantiable { EscrowReward.getInstance(config), AccessSecretStoreCondition.getInstance(config), // Conditions - EscrowAccessSecretStoreTemplate.getInstance(config) + EscrowAccessSecretStoreTemplate.getInstance(config), ]) // Main contracts @@ -58,11 +58,11 @@ export class Keeper extends Instantiable { keeper.conditions = { lockRewardCondition: resolvedInstances[6], escrowReward: resolvedInstances[7], - accessSecretStoreCondition: resolvedInstances[8] + accessSecretStoreCondition: resolvedInstances[8], } // Conditions keeper.templates = { - escrowAccessSecretStoreTemplate: resolvedInstances[9] + escrowAccessSecretStoreTemplate: resolvedInstances[9], } // Utils