From 2090a88157be1c59611e9a1c8512b4f034f7f3b9 Mon Sep 17 00:00:00 2001 From: sapthasurendran Date: Wed, 16 Mar 2022 13:02:02 +0530 Subject: [PATCH] lint fix Signed-off-by: sapthasurendran --- .../application-gateway-typescript/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset-transfer-secured-agreement/application-gateway-typescript/src/app.ts b/asset-transfer-secured-agreement/application-gateway-typescript/src/app.ts index 030f2aab..64733a2d 100644 --- a/asset-transfer-secured-agreement/application-gateway-typescript/src/app.ts +++ b/asset-transfer-secured-agreement/application-gateway-typescript/src/app.ts @@ -20,7 +20,7 @@ const chaincodeName = 'secured'; //Use a random key so that we can run multiple times const now = Date.now(); -const assetKey= `asset${now}`; +const assetKey = `asset${now}`; //Generate random bytes using crypto const randomBytes = crpto.randomBytes(256).toString('hex')