From 97c58c0224a7526941fac3d62d491f80a83b44e5 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Fri, 03 Jun 2022 09:07:05 +0000 Subject: [PATCH] Eslint --- --- a/tests/src/createCollection.test.ts +++ b/tests/src/createCollection.test.ts @@ -92,7 +92,7 @@ await usingApi(async api => { const alice = privateKey('//Alice'); const tx = api.tx.unique.createCollectionEx({ - readOnly: true + readOnly: true, }); const events = await submitTransactionAsync(alice, tx); const result = getCreateCollectionResult(events); -- gitstuff